reactos/lib/winmm
diff -u -r1.10 -r1.11
--- winmm.c 14 Aug 2004 20:36:35 -0000 1.10
+++ winmm.c 14 Aug 2004 22:36:38 -0000 1.11
@@ -83,7 +83,9 @@
return FALSE;
WINMM_IData->hWinMM32Instance = hInstDLL;
InitializeCriticalSection(&WINMM_IData->cs);
+/* FIXME crashes in ReactOS
WINMM_IData->cs.DebugInfo->Spare[1] = (DWORD)"WINMM_IData";
+*/
WINMM_IData->psStopEvent = CreateEventA(NULL, TRUE, FALSE, NULL);
WINMM_IData->psLastEvent = CreateEventA(NULL, TRUE, FALSE, NULL);
TRACE("Created IData (%p)\n", WINMM_IData);