What... the hell? Why does this...? Oh well. MAC BUILDS FIXED
This commit is contained in:
parent
f4e3087f1a
commit
8ad71cf6ec
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ namespace IPC {
|
||||||
#if defined(__CYGWIN__) || defined(_WIN32)
|
#if defined(__CYGWIN__) || defined(_WIN32)
|
||||||
return mySem != 0;
|
return mySem != 0;
|
||||||
#else
|
#else
|
||||||
return mySem && mySem != SEM_FAILED;
|
return mySem != SEM_FAILED;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue