mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
thread.h - Xbox needs this header for the prototype of Sleep
This commit is contained in:
parent
d50b395ad8
commit
42b2423a9c
2
thread.h
2
thread.h
@ -65,6 +65,8 @@ void scond_signal(scond_t *cond);
|
|||||||
#include <psputils.h>
|
#include <psputils.h>
|
||||||
#elif defined(_WIN32) && !defined(_XBOX)
|
#elif defined(_WIN32) && !defined(_XBOX)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#elif defined(_XBOX)
|
||||||
|
#include <xtl.h>
|
||||||
#else
|
#else
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user