Improved compatibility - fix mingw crossbuild (#337)

This commit is contained in:
svost
2021-12-23 09:48:20 +03:00
committed by GitHub
parent 66cd29e747
commit 5457217503
5 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@
// Windows
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#endif
namespace ix