mirror of https://github.com/bsnes-emu/bsnes.git
Attempt to fix building using MINGW. Affects #55
This commit is contained in:
parent
a9fbbd3894
commit
c7ca786e77
|
@ -1,6 +1,8 @@
|
|||
#include "gb.h"
|
||||
#ifdef _WIN32
|
||||
#ifndef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#endif
|
||||
#include <Windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
|
|
Loading…
Reference in New Issue