mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Fix cross-building on Linux
This commit is contained in:
parent
d60baf64df
commit
f51e3847b6
|
@ -56,7 +56,7 @@
|
|||
|
||||
#else //__GNUC__
|
||||
//TODO: we assume !GCC => Windows... this may be bad
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
#define CLOCK_T struct _FILETIME
|
||||
#define GET_TIME(clock_t) GetSystemTimeAsFileTime(clock_t)
|
||||
|
|
Loading…
Reference in a new issue