# HG changeset patch # User alex # Date 1038246220 0 # Node ID 74f4c42e2317cded35c0d126fb4d87c9307fc429 # Parent 72700fefd3dc4dd2699c221c832d3004e6f2bc99 10l to me and to apple too diff -r 72700fefd3dc -r 74f4c42e2317 loader/win32.c --- a/loader/win32.c Mon Nov 25 17:33:30 2002 +0000 +++ b/loader/win32.c Mon Nov 25 17:43:40 2002 +0000 @@ -853,7 +853,11 @@ 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)