Selaa lähdekoodia

#include header for time() on Windows

pull/440/head
Ahmad Fatoum 7 vuotta sitten
vanhempi
commit
520f317a75
No known key found for this signature in database GPG Key ID: C3EAC3DE9321D59B
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      src/physac.h

+ 1
- 0
src/physac.h Näytä tiedosto

@ -255,6 +255,7 @@ PHYSACDEF void ClosePhysics(void);
// Functions required to query time on Windows
int __stdcall QueryPerformanceCounter(unsigned long long int *lpPerformanceCount);
int __stdcall QueryPerformanceFrequency(unsigned long long int *lpFrequency);
#include <time.h>
#elif defined(__linux__)
#if _POSIX_C_SOURCE < 199309L
#undef _POSIX_C_SOURCE

Ladataan…
Peruuta
Tallenna