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