From a68e155cda8bdee75e032e04e2825409bc58bcc4 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 25 Nov 2002 17:43:40 +0000 Subject: 10l to me and to apple too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8282 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/win32.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'loader') diff --git a/loader/win32.c b/loader/win32.c index 320fa40c32..8b4efc4d6d 100644 --- a/loader/win32.c +++ b/loader/win32.c @@ -853,7 +853,11 @@ static HANDLE WINAPI expCreateMutexA(void *pSecAttr, else dbgprintf("CreateMutexA(0x%x, %d, NULL) => 0x%x\n", pSecAttr, bInitialOwner, mlist); +#ifndef QTX + /* 10l to QTX, if CreateMutex returns a real mutex, WaitForSingleObject + waits for ever, else it works ;) */ return mlist; +#endif } static int WINAPI expReleaseMutex(HANDLE hMutex) -- cgit v1.2.3