Fix building with MinGW from Linux

This commit is contained in:
Adrien Destugues
2017-05-08 09:33:01 +02:00
parent 317dc5c667
commit a321c4c785
3 changed files with 5 additions and 3 deletions

View File

@@ -43,7 +43,7 @@
#include "engine.h"
#ifdef __WIN32__
#include <Windows.h>
#include <windows.h>
#include <SDL_syswm.h>
#elif defined __HAIKU__
#include "haiku.h"