silence some stupid warnings

This commit is contained in:
Sir Walrus
2024-05-22 22:01:45 +02:00
parent edb08a2885
commit e5401a5b81

View File

@@ -41,6 +41,7 @@
#define UNICODE
#define _WIN32_WINNT 0x0501
#define _WIN32_IE 0x0600
#define _CRT_SECURE_NO_WARNINGS
#define NOMINMAX // this seems automatically on in C++ - crazy.
#ifdef __MINGW32__