mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[MSRLE32] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
4aebe9e75d
commit
b2b54264dc
4 changed files with 12 additions and 18 deletions
|
@ -25,10 +25,10 @@
|
|||
|
||||
#include "msrle_private.h"
|
||||
|
||||
//#include "winnls.h"
|
||||
//#include "winuser.h"
|
||||
#include "winnls.h"
|
||||
#include "winuser.h"
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msrle32);
|
||||
|
||||
|
|
|
@ -19,20 +19,16 @@
|
|||
#ifndef __MSRLE32_PRIVATE_H
|
||||
#define __MSRLE32_PRIVATE_H
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
#include <stdarg.h>
|
||||
#endif
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
//#include "mmsystem.h"
|
||||
#include <wingdi.h>
|
||||
//#include "winuser.h"
|
||||
#include <vfw.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "mmsystem.h"
|
||||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
#include "vfw.h"
|
||||
|
||||
#define IDS_NAME 100
|
||||
#define IDS_DESCRIPTION 101
|
||||
|
|
|
@ -18,10 +18,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
//#include "windef.h"
|
||||
//#include "winbase.h"
|
||||
#include "msrle_private.h"
|
||||
|
||||
//#include "msrle_private.h"
|
||||
|
||||
/*
|
||||
* Everything specific to any language goes
|
||||
|
@ -108,4 +106,4 @@
|
|||
#endif
|
||||
#ifdef LANGUAGE_ZH_CN
|
||||
#include "lang/msrle_Zh.rc"
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -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/msnet32 # Synced to WineStaging-2.9
|
||||
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/mssip32 # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/mstask # Synced to WineStaging-2.9
|
||||
|
|
Loading…
Reference in a new issue