Support mingw cross-compile
This commit is contained in:
parent
5234f2d287
commit
45d941d62e
9 changed files with 11 additions and 9 deletions
|
@ -4,7 +4,8 @@
|
|||
|
||||
#include <time.h>
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
// windows.h needs to be included before other windows headers
|
||||
#include <mmsystem.h>
|
||||
#include <sys/timeb.h>
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue