mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 09:07:58 -05:00
Removed common/std_xyz, instead using the std header
This commit is contained in:
@ -9,10 +9,8 @@
|
||||
#include <mach/mach.h>
|
||||
#elif defined(BSD4_4) || defined(__OpenBSD__)
|
||||
#include <pthread_np.h>
|
||||
#endif
|
||||
|
||||
#ifdef USE_BEGINTHREADEX
|
||||
#include <process.h>
|
||||
#elif defined(_WIN32)
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
namespace Common
|
||||
|
Reference in New Issue
Block a user