mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[MSFTEDIT] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
897e19b0a6
commit
7e99b3f17c
2 changed files with 15 additions and 19 deletions
|
@ -19,28 +19,24 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <config.h>
|
||||
//#include "wine/port.h"
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include <richedit.h>
|
||||
#include <imm.h>
|
||||
#include <shlwapi.h>
|
||||
#include <oleidl.h>
|
||||
#include <initguid.h>
|
||||
#include <textserv.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winreg.h"
|
||||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
#include "richedit.h"
|
||||
#include "imm.h"
|
||||
#include "shlwapi.h"
|
||||
#include "oleidl.h"
|
||||
#include "initguid.h"
|
||||
#include "textserv.h"
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msftedit);
|
||||
|
||||
|
|
|
@ -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/mscoree # Synced to Wine-1.5.4
|
||||
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/msgsm32.acm # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/mshtml # Synced to WineStaging-1.7.55
|
||||
|
|
Loading…
Reference in a new issue