From 25ea53bfbb90807f0c62a6ab79793d287189bc92 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Mon, 29 Aug 2022 14:47:29 +0200 Subject: [PATCH] Fix warning on Wayland --- raylib/external/glfw/src/wl_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib/external/glfw/src/wl_init.c b/raylib/external/glfw/src/wl_init.c index 21a808a..9c34a95 100644 --- a/raylib/external/glfw/src/wl_init.c +++ b/raylib/external/glfw/src/wl_init.c @@ -26,7 +26,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"