mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Merge pull request #114 from darealshinji/patch-1
Fix windows.h include when cross-building on Linux
This commit is contained in:
commit
cbc44734ec
|
@ -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