Ahmad Fatoum
il y a 8 ans
Parent
révision
203b2f65d1
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: C3EAC3DE9321D59B
1 fichiers modifiés avec
1 ajouts et
1 suppressions
-
src/core.c
|
|
|
@ -89,7 +89,7 @@ |
|
|
|
|
|
|
|
#include "raylib.h" |
|
|
|
|
|
|
|
#if (defined(__linux__) || defined(PLATFORM_WEB)) && _POSIX_S_SOURCE < 199309L |
|
|
|
#if (defined(__linux__) || defined(PLATFORM_WEB)) && _POSIX_C_SOURCE < 199309L |
|
|
|
#undef _POSIX_C_SOURCE |
|
|
|
#define _POSIX_C_SOURCE 199309L // Required for CLOCK_MONOTONIC if compiled with c99 without gnu ext. |
|
|
|
#endif |
|
|
|
|