Rename CreateThread to NewThread
Prevent clash with win32 API symbol
This commit is contained in:
@@ -152,7 +152,7 @@ void ipcInit(int argc, char *argv[])
|
||||
return;
|
||||
}
|
||||
|
||||
if (!CreateThread(ipcThread, mq))
|
||||
if (!NewThread(ipcThread, mq))
|
||||
{
|
||||
delete mq;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user