mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 12:33:31 +08:00
[IMM32] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
30494d2a1e
commit
2472f9162e
@ -19,23 +19,21 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
//#include <stdarg.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
//#include "wingdi.h"
|
||||
#include <winuser.h>
|
||||
//#include "winerror.h"
|
||||
#include <wine/debug.h>
|
||||
//#include "imm.h"
|
||||
#include <ddk/imm.h>
|
||||
#include <winnls.h>
|
||||
#include <winreg.h>
|
||||
#include <wine/list.h>
|
||||
#include <wine/unicode.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
#include "winerror.h"
|
||||
#include "wine/debug.h"
|
||||
#include "imm.h"
|
||||
#include "ddk/imm.h"
|
||||
#include "winnls.h"
|
||||
#include "winreg.h"
|
||||
#include "wine/list.h"
|
||||
#include "wine/unicode.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(imm);
|
||||
|
||||
@ -3147,3 +3145,12 @@ BOOL WINAPI ImmGetHotKey(DWORD hotkey, UINT *modifiers, UINT *key, HKL hkl)
|
||||
FIXME("%x, %p, %p, %p: stub\n", hotkey, modifiers, key, hkl);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* IMMDisableLegacyIME(IMM32.@)
|
||||
*/
|
||||
BOOL WINAPI ImmDisableLegacyIME(void)
|
||||
{
|
||||
FIXME("stub\n");
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -11,6 +11,7 @@
|
||||
@ stdcall ImmDestroySoftKeyboard(long)
|
||||
@ stdcall ImmDisableIME(long)
|
||||
@ stdcall ImmDisableIme(long) ImmDisableIME
|
||||
@ stdcall ImmDisableLegacyIME()
|
||||
@ stdcall ImmDisableTextFrameService(long)
|
||||
@ stdcall ImmEnumInputContext(long ptr long)
|
||||
@ stdcall ImmEnumRegisterWordA(long ptr str long str ptr)
|
||||
|
@ -77,7 +77,7 @@ reactos/dll/win32/iccvid # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/ieframe # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/imaadp32.acm # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/imagehlp # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/imm32 # Synced to Wine-2.22
|
||||
reactos/dll/win32/imm32 # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/inetcomm # Synced to Wine-3.0
|
||||
reactos/dll/win32/inetmib1 # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/initpki # Synced to WineStaging-2.9
|
||||
|
Loading…
Reference in New Issue
Block a user