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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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

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