Ahmad Fatoum
7 years ago
No known key found for this signature in database
GPG Key ID: C3EAC3DE9321D59B
1 changed files with
1 additions and
1 deletions
-
src/core.c
|
@ -89,7 +89,7 @@ |
|
|
|
|
|
|
|
|
#include "raylib.h" |
|
|
#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 |
|
|
#undef _POSIX_C_SOURCE |
|
|
#define _POSIX_C_SOURCE 199309L // Required for CLOCK_MONOTONIC if compiled with c99 without gnu ext. |
|
|
#define _POSIX_C_SOURCE 199309L // Required for CLOCK_MONOTONIC if compiled with c99 without gnu ext. |
|
|
#endif |
|
|
#endif |
|
|