File MPlayer-fix_win32_pointer_casts.patch of Package MPlayer

--- a/loader/win32.c
+++ b/loader/win32.c
@@ -2027,7 +2027,7 @@ static DWORD WINAPI expSignalObjectAndWa
     default:
         dbgprintf("Signalling unknown object type %d!\n", hObjectToSignal);
     }
-    return expWaitForSingleObject(hObjectToWaitOn, dwMilliseconds);
+    return (intptr_t)expWaitForSingleObject((void*)((intptr_t)hObjectToWaitOn), dwMilliseconds);
 }
 
 static long WINAPI expRegOpenKeyExA(long key, const char* subkey, long reserved, long access, int* newkey)
openSUSE Build Service is sponsored by