mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-07 01:46:12 +00:00
Fix rthreads.h
This commit is contained in:
parent
3fd11686cb
commit
79ed8b2823
@ -182,7 +182,8 @@ void scond_signal(scond_t *cond);
|
||||
#elif defined(_3DS)
|
||||
#include <3ds.h>
|
||||
#elif defined(_WIN32) && !defined(_XBOX)
|
||||
#include <windows.h> #elif defined(_XBOX)
|
||||
#include <windows.h>
|
||||
#elif defined(_XBOX)
|
||||
#include <xtl.h>
|
||||
#else
|
||||
#include <time.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user