Explorar el Código

Fix typo in preprocessor macro

pull/416/head
Ahmad Fatoum hace 7 años
padre
commit
203b2f65d1
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: C3EAC3DE9321D59B
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Ver fichero

@ -89,7 +89,7 @@
#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
#define _POSIX_C_SOURCE 199309L // Required for CLOCK_MONOTONIC if compiled with c99 without gnu ext.
#endif

Cargando…
Cancelar
Guardar