mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix prepreprocessor error in thread.h (related to C++11 threads)
This commit is contained in:
parent
8b1f8e99cf
commit
ae75073944
1 changed files with 4 additions and 4 deletions
|
@ -157,7 +157,7 @@ private:
|
|||
Atomic<bool> m_running;
|
||||
Mutex m_mutex;
|
||||
|
||||
#if !USE_CPP11_THREADS
|
||||
#ifndef USE_CPP11_THREADS
|
||||
threadhandle_t m_thread_handle;
|
||||
# if _WIN32
|
||||
threadid_t m_thread_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue