[MCIQTZ32]
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 23 Apr 2014 14:06:15 +0000 (14:06 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 23 Apr 2014 14:06:15 +0000 (14:06 +0000)
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62907

reactos/dll/win32/mciqtz32/mciqtz.c
reactos/media/doc/README.WINE

index 7dcdf9c..312aaf2 100644 (file)
@@ -264,7 +264,7 @@ err:
 
     if (wma->uninit)
         CoUninitialize();
-    wma->uninit = 0;
+    wma->uninit = FALSE;
 
     return MCIERR_INTERNAL;
 }
@@ -736,13 +736,13 @@ static DWORD MCIQTZ_mciWhere(UINT wDevID, DWORD dwFlags, LPMCI_DGV_RECT_PARMS lp
 
     if (dwFlags & MCI_DGV_WHERE_SOURCE) {
         if (dwFlags & MCI_DGV_WHERE_MAX)
-            FIXME("MCI_DGV_WHERE_SOURCE_MAX stub %s\n", wine_dbgstr_rect(&rc));
+            FIXME("MCI_DGV_WHERE_SOURCE_MAX stub\n");
         IBasicVideo_GetSourcePosition(wma->vidbasic, &rc.left, &rc.top, &rc.right, &rc.bottom);
         TRACE("MCI_DGV_WHERE_SOURCE %s\n", wine_dbgstr_rect(&rc));
     }
     if (dwFlags & MCI_DGV_WHERE_DESTINATION) {
         if (dwFlags & MCI_DGV_WHERE_MAX)
-            FIXME("MCI_DGV_WHERE_DESTINATION_MAX stub %s\n", wine_dbgstr_rect(&rc));
+            FIXME("MCI_DGV_WHERE_DESTINATION_MAX stub\n");
         IBasicVideo_GetDestinationPosition(wma->vidbasic, &rc.left, &rc.top, &rc.right, &rc.bottom);
         TRACE("MCI_DGV_WHERE_DESTINATION %s\n", wine_dbgstr_rect(&rc));
     }
index 10d221e..d71459e 100644 (file)
@@ -100,7 +100,7 @@ reactos/dll/win32/lz32             # Synced to Wine-1.7.1
 reactos/dll/win32/mapi32           # Synced to Wine-1.7.17
 reactos/dll/win32/mciavi32         # Synced to Wine-1.7.1
 reactos/dll/win32/mcicda           # Synced to Wine-1.7.1
-reactos/dll/win32/mciqtz32         # Synced to Wine-1.7.1
+reactos/dll/win32/mciqtz32         # Synced to Wine-1.7.17
 reactos/dll/win32/mciseq           # Synced to Wine-1.7.1
 reactos/dll/win32/mciwave          # Synced to Wine-1.7.1
 reactos/dll/win32/mlang            # Synced to Wine-1.7.1