changeset 8281:74f4c42e2317

10l to me and to apple too
author alex
date Mon, 25 Nov 2002 17:43:40 +0000
parents 72700fefd3dc
children b2c8b627d598
files loader/win32.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)