mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 16:52:25 -07:00
Support mingw cross-compile
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user