[MCISEQ] Sync with Wine Staging 3.3. CORE-14434
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 17 Mar 2018 12:19:53 +0000 (13:19 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 17 Mar 2018 12:19:53 +0000 (13:19 +0100)
dll/win32/mciseq/mcimidi.c
media/doc/README.WINE

index 4cd6f51..864ab98 100644 (file)
  *      + better implement non waiting command (without the MCI_WAIT flag).
  */
 
-#define WIN32_NO_STATUS
-
-//#include <stdlib.h>
+#include <stdlib.h>
 #include <stdarg.h>
-//#include <stdio.h>
-//#include <string.h>
-
-#include <windef.h>
-//#include "winbase.h"
-//#include "wingdi.h"
-#include <winuser.h>
-#include <wownt32.h>
-#include <mmddk.h>
-#include <wine/debug.h>
-#include <wine/unicode.h>
+#include <stdio.h>
+#include <string.h>
+
+#include "windef.h"
+#include "winbase.h"
+#include "wingdi.h"
+#include "winuser.h"
+#include "wownt32.h"
+#include "mmddk.h"
+#include "wine/debug.h"
+#include "wine/unicode.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(mcimidi);
 
index bc9f80f..51ee167 100644 (file)
@@ -93,7 +93,7 @@ reactos/dll/win32/mapi32              # Synced to WineStaging-3.3
 reactos/dll/win32/mciavi32            # Synced to WineStaging-3.3
 reactos/dll/win32/mcicda              # Synced to WineStaging-3.3
 reactos/dll/win32/mciqtz32            # Synced to WineStaging-3.3
-reactos/dll/win32/mciseq              # Synced to WineStaging-2.9
+reactos/dll/win32/mciseq              # Synced to WineStaging-3.3
 reactos/dll/win32/mciwave             # Synced to WineStaging-2.9
 reactos/dll/win32/mgmtapi             # Synced to WineStaging-2.9
 reactos/dll/win32/mlang               # Synced to Wine-3.0