1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-27 06:26:32 -05:00

Removed common/std_xyz, instead using the std header

This commit is contained in:
archshift
2014-09-02 22:05:45 -07:00
parent 5d95d038a0
commit 498d1a37f1
8 changed files with 7 additions and 857 deletions

View File

@@ -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