Merge pull request #1738 from laanwj/2012_08_boostthread

implement CreateThread with boost::thread
This commit is contained in:
Jeff Garzik
2012-09-04 08:53:05 -07:00
9 changed files with 40 additions and 79 deletions

View File

@@ -152,7 +152,7 @@ void ipcInit(int argc, char *argv[])
return;
}
if (!CreateThread(ipcThread, mq))
if (!NewThread(ipcThread, mq))
{
delete mq;
return;