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

This commit is contained in:
Amine Khaldi 2018-03-18 12:35:58 +01:00
parent 4aebe9e75d
commit b2b54264dc
4 changed files with 12 additions and 18 deletions

View file

@ -25,10 +25,10 @@
#include "msrle_private.h" #include "msrle_private.h"
//#include "winnls.h" #include "winnls.h"
//#include "winuser.h" #include "winuser.h"
#include <wine/debug.h> #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(msrle32); WINE_DEFAULT_DEBUG_CHANNEL(msrle32);

View file

@ -19,20 +19,16 @@
#ifndef __MSRLE32_PRIVATE_H #ifndef __MSRLE32_PRIVATE_H
#define __MSRLE32_PRIVATE_H #define __MSRLE32_PRIVATE_H
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#ifndef RC_INVOKED #ifndef RC_INVOKED
#include <stdarg.h> #include <stdarg.h>
#endif #endif
#include <windef.h> #include "windef.h"
#include <winbase.h> #include "winbase.h"
//#include "mmsystem.h" #include "mmsystem.h"
#include <wingdi.h> #include "wingdi.h"
//#include "winuser.h" #include "winuser.h"
#include <vfw.h> #include "vfw.h"
#define IDS_NAME 100 #define IDS_NAME 100
#define IDS_DESCRIPTION 101 #define IDS_DESCRIPTION 101

View file

@ -18,10 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
//#include "windef.h" #include "msrle_private.h"
//#include "winbase.h"
//#include "msrle_private.h"
/* /*
* Everything specific to any language goes * Everything specific to any language goes

View file

@ -119,7 +119,7 @@ reactos/dll/win32/msisip # Synced to WineStaging-3.3
reactos/dll/win32/msisys.ocx # Synced to WineStaging-3.3 reactos/dll/win32/msisys.ocx # Synced to WineStaging-3.3
reactos/dll/win32/msnet32 # Synced to WineStaging-2.9 reactos/dll/win32/msnet32 # Synced to WineStaging-2.9
reactos/dll/win32/mspatcha # Synced to WineStaging-3.3 reactos/dll/win32/mspatcha # Synced to WineStaging-3.3
reactos/dll/win32/msrle32 # Synced to WineStaging-2.9 reactos/dll/win32/msrle32 # Synced to WineStaging-3.3
reactos/dll/win32/mssign32 # Synced to WineStaging-2.9 reactos/dll/win32/mssign32 # Synced to WineStaging-2.9
reactos/dll/win32/mssip32 # Synced to WineStaging-2.9 reactos/dll/win32/mssip32 # Synced to WineStaging-2.9
reactos/dll/win32/mstask # Synced to WineStaging-2.9 reactos/dll/win32/mstask # Synced to WineStaging-2.9