mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 21:45:08 +00:00
Win32: Add missing include for wcscmp
This commit is contained in:
parent
fb0028c766
commit
da3f20d860
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <malloc.h>
|
||||
#include <wchar.h>
|
||||
|
||||
|
||||
// Callback for EnumDisplayMonitors in createMonitor
|
||||
|
|
Loading…
Add table
Reference in a new issue