Kaynağa Gözat

ADDED: Required define on Linux #2729

pull/2853/head
Ray 2 yıl önce
ebeveyn
işleme
6dd1d2d931
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      src/rcore.c

+ 3
- 0
src/rcore.c Dosyayı Görüntüle

@ -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)

Yükleniyor…
İptal
Kaydet