Sync from Wine-20050830 to Wine-0_9_1:
[reactos.git] / reactos / lib / ole32 / git.c
index f51714c..cdf763a 100644 (file)
@@ -88,7 +88,7 @@ static CRITICAL_SECTION_DEBUG critsect_debug =
 {
     0, 0, &git_section,
     { &critsect_debug.ProcessLocksList, &critsect_debug.ProcessLocksList },
-      0, 0, { 0, (DWORD)(__FILE__ ": global interface table") }
+      0, 0, { (DWORD_PTR)(__FILE__ ": global interface table") }
 };
 static CRITICAL_SECTION git_section = { &critsect_debug, -1, 0, 0, 0, 0 };