Rename CreateThread to NewThread
Prevent clash with win32 API symbol
This commit is contained in:
@@ -1300,7 +1300,7 @@ void RenameThread(const char* name)
|
||||
#endif
|
||||
}
|
||||
|
||||
bool CreateThread(void(*pfn)(void*), void* parg)
|
||||
bool NewThread(void(*pfn)(void*), void* parg)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user