mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed compiling under win
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2138 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b592bdac62
commit
4bb320d3cc
@ -69,7 +69,9 @@ class RsMutex
|
|||||||
if(--_cnt == 0)
|
if(--_cnt == 0)
|
||||||
{
|
{
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef WIN32
|
||||||
_thread_id = 0 ;
|
_thread_id = 0 ;
|
||||||
|
#endif
|
||||||
pthread_mutex_unlock(&realMutex);
|
pthread_mutex_unlock(&realMutex);
|
||||||
#ifdef RSTHREAD_SELF_LOCKING_GUARD
|
#ifdef RSTHREAD_SELF_LOCKING_GUARD
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user