Minor tweaks

This commit is contained in:
raysan5
2020-03-25 19:38:55 +01:00
parent 96005f2566
commit 3d41c1b6cd
2 changed files with 1 additions and 2 deletions

View File

@@ -122,7 +122,7 @@
#define RAYLIB_VERSION "3.0"
#endif
#include "utils.h" // Required for: TRACELOG macros and fopen() Android mapping
#include "utils.h" // Required for: TRACELOG macros
#if (defined(__linux__) || defined(PLATFORM_WEB)) && _POSIX_C_SOURCE < 199309L
#undef _POSIX_C_SOURCE