Updates in #include <mingw.thread.h>

This commit is contained in:
MihailRis
2022-03-12 23:23:08 +03:00
committed by GitHub
parent c2ca744f9a
commit 8a3287d9b4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#ifdef _WIN32
#define _WIN32_WINNT 0x0501
#include "../_mingw_threads/mingw.thread.h"
#include <mingw.thread.h>
#else
#include <thread>
#endif
+1 -1
View File
@@ -3,7 +3,7 @@
#ifdef _WIN32
#define _WIN32_WINNT 0x0501
#include "../_mingw_threads/mingw.thread.h"
#include <mingw.thread.h>
#else
#include <thread>
#endif