Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
raylib-src
réplica de
https://github.com/raysan5/raylib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
24
Wiki
Actividad
Explorar el Código
ADDED: Required define on Linux
#2729
pull/2853/head
Ray
hace 2 años
padre
bba6ae5622
commit
6dd1d2d931
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
src/rcore.c
+ 3
- 0
src/rcore.c
Ver fichero
@ -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)
Escribir
Vista previa
Cargando…
Cancelar
Guardar