thread.h - Xbox needs this header for the prototype of Sleep

This commit is contained in:
twinaphex 2014-06-25 02:00:58 +02:00
parent d50b395ad8
commit 42b2423a9c

View File

@ -65,6 +65,8 @@ void scond_signal(scond_t *cond);
#include <psputils.h>
#elif defined(_WIN32) && !defined(_XBOX)
#include <windows.h>
#elif defined(_XBOX)
#include <xtl.h>
#else
#include <time.h>
#endif