attempt to fix compilation of MacOS

This commit is contained in:
csoler 2019-01-22 22:20:16 +01:00
parent 180ea6c99f
commit 11abdb7bae
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -121,7 +121,7 @@ void bdThread::join() /* waits for the the mTid thread to stop */
mMutex.lock();
{
#if defined(_WIN32) || defined(__MINGW32__)
#if defined(_WIN32) || defined(__MINGW32__) || defined(__APPLE__)
/* Its a struct in Windows compile and the member .p ist checked in the pthreads library */
#else
if(mTid > 0)