mirror of https://github.com/bsnes-emu/bsnes.git
SameBoy cross-compilation fix for Windows.
This commit is contained in:
parent
a89acc2695
commit
c77ecef3e0
|
@ -3,7 +3,7 @@
|
|||
#ifndef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#endif
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue