SameBoy cross-compilation fix for Windows.

This commit is contained in:
byuu 2019-07-28 00:45:26 +09:00
parent a89acc2695
commit c77ecef3e0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0500
#endif
#include <Windows.h>
#include <windows.h>
#else
#include <sys/time.h>
#endif