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

This commit is contained in:
Amine Khaldi 2018-03-18 12:29:15 +01:00
parent 897e19b0a6
commit 7e99b3f17c
2 changed files with 15 additions and 19 deletions

View file

@ -19,28 +19,24 @@
* *
*/ */
#define WIN32_NO_STATUS #include "config.h"
#define _INC_WINDOWS #include "wine/port.h"
#define COM_NO_WINDOWS_H
#include <config.h>
//#include "wine/port.h"
#include <stdarg.h> #include <stdarg.h>
#include <windef.h> #include "windef.h"
#include <winbase.h> #include "winbase.h"
#include <winreg.h> #include "winreg.h"
#include <wingdi.h> #include "wingdi.h"
#include <winuser.h> #include "winuser.h"
#include <richedit.h> #include "richedit.h"
#include <imm.h> #include "imm.h"
#include <shlwapi.h> #include "shlwapi.h"
#include <oleidl.h> #include "oleidl.h"
#include <initguid.h> #include "initguid.h"
#include <textserv.h> #include "textserv.h"
#include <wine/debug.h> #include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(msftedit); WINE_DEFAULT_DEBUG_CHANNEL(msftedit);

View file

@ -107,7 +107,7 @@ reactos/dll/win32/mscat32 # Synced to WineStaging-3.3
reactos/dll/win32/mscms # Synced to WineStaging-3.3 reactos/dll/win32/mscms # Synced to WineStaging-3.3
reactos/dll/win32/mscoree # Synced to Wine-1.5.4 reactos/dll/win32/mscoree # Synced to Wine-1.5.4
reactos/dll/win32/msctf # Synced to WineStaging-3.3 reactos/dll/win32/msctf # Synced to WineStaging-3.3
reactos/dll/win32/msftedit # Synced to WineStaging-2.9 reactos/dll/win32/msftedit # Synced to WineStaging-3.3
reactos/dll/win32/msg711.acm # Synced to WineStaging-2.9 reactos/dll/win32/msg711.acm # Synced to WineStaging-2.9
reactos/dll/win32/msgsm32.acm # Synced to WineStaging-2.9 reactos/dll/win32/msgsm32.acm # Synced to WineStaging-2.9
reactos/dll/win32/mshtml # Synced to WineStaging-1.7.55 reactos/dll/win32/mshtml # Synced to WineStaging-1.7.55