Support mingw cross-compile
This commit is contained in:
parent
5234f2d287
commit
45d941d62e
9 changed files with 11 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
#ifdef __APPLE__
|
||||
#include <mach/mach.h>
|
||||
#elif defined(_WIN32)
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#if defined(__Bitrig__) || defined(__DragonFly__) || defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#include <pthread_np.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue