Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Logga in
Archivist
/
raylib-src
spegling av
https://github.com/raysan5/raylib
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Släpp
24
Wiki
Aktiviteter
Bläddra i källkod
ADDED: Required define on Linux
#2729
pull/2853/head
Ray
2 år sedan
förälder
bba6ae5622
incheckning
6dd1d2d931
1 ändrade filer
med
3 tillägg
och
0 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/rcore.c
+ 3
- 0
src/rcore.c
Visa fil
@ -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)
Skriv
Förhandsgranska
Laddar…
Avbryt
Spara