mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 03:49:29 -04:00
attempt to fix compilation of MacOS
This commit is contained in:
parent
180ea6c99f
commit
11abdb7bae
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ void bdThread::join() /* waits for the the mTid thread to stop */
|
||||||
|
|
||||||
mMutex.lock();
|
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 */
|
/* Its a struct in Windows compile and the member .p ist checked in the pthreads library */
|
||||||
#else
|
#else
|
||||||
if(mTid > 0)
|
if(mTid > 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue