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

@@ -25,7 +25,7 @@
#ifdef __WIN32__
#include <windows.h>
#include <ShellApi.h>
#include <shellapi.h>
#endif
#include "global.h"