[MCICDA] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-17 13:18:10 +01:00
parent ba65d708f6
commit 122f1078cd
2 changed files with 16 additions and 18 deletions

View file

@ -20,26 +20,24 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
//#include <config.h>
#include "config.h"
#include <stdarg.h>
//#include <stdio.h>
//#include <string.h>
#include <stdio.h>
#include <string.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
//#include "winbase.h"
//#include "wingdi.h"
#include <winuser.h>
#include <wownt32.h>
#include <mmddk.h>
#include <winioctl.h>
#include <ntddcdrm.h>
//#include "winternl.h"
#include <wine/debug.h>
#include <wine/unicode.h>
#include <dsound.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "wownt32.h"
#include "mmddk.h"
#include "winioctl.h"
#include "ntddcdrm.h"
#include "wine/winternl.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "dsound.h"
WINE_DEFAULT_DEBUG_CHANNEL(mcicda);

View file

@ -91,7 +91,7 @@ reactos/dll/win32/loadperf # Synced to WineStaging-3.3
reactos/dll/win32/lz32 # Synced to WineStaging-3.3
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-2.9
reactos/dll/win32/mcicda # Synced to WineStaging-3.3
reactos/dll/win32/mciqtz32 # Synced to WineStaging-2.9
reactos/dll/win32/mciseq # Synced to WineStaging-2.9
reactos/dll/win32/mciwave # Synced to WineStaging-2.9