This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
ADDED: Required define on Linux
#2729
pull/2853/head
Ray
2 years ago
parent
bba6ae5622
commit
6dd1d2d931
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/rcore.c
+ 3
- 0
src/rcore.c
View File
@ -155,6 +155,9 @@
#
undef _POSIX_C_SOURCE
#
define _POSIX_C_SOURCE 199309L
/
/
Required for: CLOCK_MONOTONIC if compiled with c99 without gnu ext.
#
endif
#
if defined(__linux__) && !defined(_GNU_SOURCE)
#
define _GNU_SOURCE
#
endif
/
/
Platform
specific
defines
to
handle
GetApplicationDirectory
(
)
#
if defined (PLATFORM_DESKTOP)
Write
Preview
Loading…
Cancel
Save