Windows compile fixes

This commit is contained in:
MihailRis
2023-10-24 09:56:56 +03:00
committed by GitHub
parent bec5bd7e46
commit 5954369744
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include <iostream>
#include <limits.h>
#ifdef _WIN32
#if defined(_WIN32) && defined(__MINGW32__)
#define _WIN32_WINNT 0x0501
#include <mingw.thread.h>
#else