diff --git a/src/win32_platform.h b/src/win32_platform.h index 82b34bb9..a8a3840f 100644 --- a/src/win32_platform.h +++ b/src/win32_platform.h @@ -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