mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 16:31:59 +00:00
Make WINVER at least 0x0601
This commit is contained in:
parent
08db50b6bb
commit
1e8e54aaa2
@ -49,9 +49,9 @@
|
||||
#endif
|
||||
|
||||
// GLFW requires Windows XP or later
|
||||
#if WINVER < 0x0501
|
||||
#if WINVER < 0x0601
|
||||
#undef WINVER
|
||||
#define WINVER 0x0501
|
||||
#define WINVER 0x0601
|
||||
#endif
|
||||
#if _WIN32_WINNT < 0x0501
|
||||
#undef _WIN32_WINNT
|
||||
|
Loading…
Reference in New Issue
Block a user