From 9ca9e95a79255def15019f5a99ead4be7b4c2187 Mon Sep 17 00:00:00 2001
From: Joe <bousset.rudy@gmail.com>
Date: Sat, 25 Jun 2022 22:48:21 +0200
Subject: BSD compat

---
 raylib/src/external/glfw/src/posix_time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'raylib/src/external')

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"
 
-- 
cgit v1.2.3