diff --git a/src/win32_platform.h b/src/win32_platform.h index abd6a9e0..fe9f9399 100644 --- a/src/win32_platform.h +++ b/src/win32_platform.h @@ -57,7 +57,7 @@ // GLFW requires Windows XP #ifndef WINVER -#define WINVER 0x0501 + #define WINVER 0x0501 #endif #include