mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-01-17 20:58:28 +01:00
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…
x
Reference in New Issue
Block a user