mac osx building fixes

This commit is contained in:
mydesktop 2014-04-30 16:50:06 -04:00
parent 67df296650
commit 79a4bedc36
11 changed files with 41 additions and 22 deletions

View file

@ -14,7 +14,7 @@
void set_process_affinity(int core)
{
#if defined (__APPLE__)
#if defined(__APPLE__)
return;
#elif defined(BOOST_WINDOWS)
DWORD_PTR mask = 1;