diff options
Diffstat (limited to 'src/rglfw.c')
| -rw-r--r-- | src/rglfw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rglfw.c b/src/rglfw.c index 3463bb96..8d331f9c 100644 --- a/src/rglfw.c +++ b/src/rglfw.c @@ -46,7 +46,7 @@ #define _GLFW_USE_RETINA // To have windows use the full resolution of Retina displays #endif #if defined(__TINYC__) - #define _WIN32_WINNT_WINXP 0x0501 + #define _WIN32_WINNT_WINXP 0x0501 #endif // NOTE: _GLFW_MIR experimental platform not supported at this moment |
