Merge pull request #1469 from csoler/v0.6-MacOS-Fix

V0.6 mac os fix
This commit is contained in:
csoler 2019-01-25 15:51:17 +01:00 committed by GitHub
commit a777b09f44

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)