mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-29 19:49:47 +02:00
Attempt to fix building using MINGW. Affects #55
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user