Improve support to mingw

This commit is contained in:
ArthurSonzogni
2020-07-16 20:58:58 +02:00
committed by Arthur Sonzogni
parent dbfc5d0503
commit 454b14c5c6
3 changed files with 34 additions and 19 deletions

View File

@@ -13,7 +13,9 @@
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <Windows.h>
#endif