Updates in #include <mingw.thread.h>
This commit is contained in:
parent
c2ca744f9a
commit
8a3287d9b4
@ -11,7 +11,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#include "../_mingw_threads/mingw.thread.h"
|
||||
#include <mingw.thread.h>
|
||||
#else
|
||||
#include <thread>
|
||||
#endif
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#include "../_mingw_threads/mingw.thread.h"
|
||||
#include <mingw.thread.h>
|
||||
#else
|
||||
#include <thread>
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user