Codechange: the flag is not if you have threads, but if you want to use them

This commit is contained in:
Patric Stout
2019-03-10 16:33:43 +01:00
parent 634d1f16b2
commit 75a86d8460
4 changed files with 4 additions and 4 deletions

View File

@@ -1177,7 +1177,7 @@ sound/null_s.cpp
# Threading
thread/thread.h
#if HAVE_THREAD
#if USE_THREADS
#if WIN32
thread/thread_win32.cpp
#else