Fix warning on Wayland
This commit is contained in:
parent
0a5691486b
commit
25ea53bfbb
1 changed files with 1 additions and 1 deletions
2
raylib/external/glfw/src/wl_init.c
vendored
2
raylib/external/glfw/src/wl_init.c
vendored
|
@ -26,7 +26,7 @@
|
||||||
// It is fine to use C99 in this file because it will not be built with VS
|
// 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"
|
#include "internal.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue