Rename CreateThread to NewThread

Prevent clash with win32 API symbol
This commit is contained in:
Wladimir J. van der Laan
2012-08-29 20:25:37 +02:00
parent 61d8507140
commit 4d1d94c56c
9 changed files with 29 additions and 29 deletions

View File

@@ -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)