diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index fffa60216d..65923e68a3 100644 --- a/src/util.h +++ b/src/util.h @@ -539,7 +539,7 @@ public: } }; -bool CreateThread(void(*pfn)(void*), void* parg); +bool NewThread(void(*pfn)(void*), void* parg); #ifdef WIN32 inline void SetThreadPriority(int nPriority) |