Ver a proveniência

Fix typo in preprocessor macro

pull/416/head
Ahmad Fatoum há 8 anos
ascendente
cometimento
203b2f65d1
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: C3EAC3DE9321D59B
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Ver ficheiro

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

Carregando…
Cancelar
Guardar