mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
10l to me and to apple too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8282 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fce995a07a
commit
a68e155cda
@ -853,7 +853,11 @@ static HANDLE WINAPI expCreateMutexA(void *pSecAttr,
|
|||||||
else
|
else
|
||||||
dbgprintf("CreateMutexA(0x%x, %d, NULL) => 0x%x\n",
|
dbgprintf("CreateMutexA(0x%x, %d, NULL) => 0x%x\n",
|
||||||
pSecAttr, bInitialOwner, mlist);
|
pSecAttr, bInitialOwner, mlist);
|
||||||
|
#ifndef QTX
|
||||||
|
/* 10l to QTX, if CreateMutex returns a real mutex, WaitForSingleObject
|
||||||
|
waits for ever, else it works ;) */
|
||||||
return mlist;
|
return mlist;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static int WINAPI expReleaseMutex(HANDLE hMutex)
|
static int WINAPI expReleaseMutex(HANDLE hMutex)
|
||||||
|
Loading…
Reference in New Issue
Block a user