mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Some cleanup
This commit is contained in:
parent
0d489518ab
commit
f01059283a
8 changed files with 93 additions and 110 deletions
|
@ -9,8 +9,10 @@
|
|||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#ifdef __APPLE__
|
||||
#define _XOPEN_SOURCE
|
||||
#define __USE_GNU
|
||||
#endif
|
||||
#include <signal.h>
|
||||
#include <ucontext.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue