What... the hell? Why does this...? Oh well. MAC BUILDS FIXED

This commit is contained in:
Thulinma 2017-11-29 16:18:26 +01:00
parent f4e3087f1a
commit 8ad71cf6ec

View file

@ -120,7 +120,7 @@ namespace IPC {
#if defined(__CYGWIN__) || defined(_WIN32)
return mySem != 0;
#else
return mySem && mySem != SEM_FAILED;
return mySem != SEM_FAILED;
#endif
}