mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-07 14:56:32 +02:00
SameBoy cross-compilation fix for Windows.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
#ifndef _WIN32_WINNT
|
#ifndef _WIN32_WINNT
|
||||||
#define _WIN32_WINNT 0x0500
|
#define _WIN32_WINNT 0x0500
|
||||||
#endif
|
#endif
|
||||||
#include <Windows.h>
|
#include <windows.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user