aboutsummaryrefslogtreecommitdiffstats
path: root/raylib/src
diff options
context:
space:
mode:
Diffstat (limited to 'raylib/src')
-rw-r--r--raylib/src/external/glfw/src/posix_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/raylib/src/external/glfw/src/posix_time.c b/raylib/src/external/glfw/src/posix_time.c
index ae3d5c7..d6112e4 100644
--- a/raylib/src/external/glfw/src/posix_time.c
+++ b/raylib/src/external/glfw/src/posix_time.c
@@ -27,7 +27,7 @@
// It is fine to use C99 in this file because it will not be built with VS
//========================================================================
-#define _POSIX_C_SOURCE 199309L
+// #define _POSIX_C_SOURCE 199309L
#include "internal.h"