From 4bee90278dfa4a94b76e85b2214578b1ec44f825 Mon Sep 17 00:00:00 2001
From: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
Date: Tue, 5 Dec 2000 03:47:18 +0000
Subject: [PATCH] Added some stubs.

---
 dlls/imm32/imm32.spec | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dlls/imm32/imm32.spec b/dlls/imm32/imm32.spec
index dd0daa4b3e4..62696605b5e 100644
--- a/dlls/imm32/imm32.spec
+++ b/dlls/imm32/imm32.spec
@@ -7,6 +7,8 @@ import	ntdll.dll
 debug_channels (imm)
 
 @ stdcall ImmAssociateContext(long long) ImmAssociateContext
+@ stub ImmAssociateContextEx
+@ stub ImmConfigureIME
 @ stdcall ImmConfigureIMEA(long long long ptr) ImmConfigureIMEA
 @ stdcall ImmConfigureIMEW(long long long ptr) ImmConfigureIMEW
 @ stdcall ImmCreateContext() ImmCreateContext
@@ -15,6 +17,8 @@ debug_channels (imm)
 @ stdcall ImmDestroyContext(long) ImmDestroyContext
 @ stdcall ImmDestroyIMCC(long) ImmDestroyIMCC
 @ stdcall ImmDestroySoftKeyboard(long) ImmDestroySoftKeyboard
+@ stub ImmDisableIME
+@ stub ImmEnumInputContext
 @ stdcall ImmEnumRegisterWordA(long ptr str long str ptr) ImmEnumRegisterWordA
 @ stdcall ImmEnumRegisterWordW(long ptr wstr long wstr ptr) ImmEnumRegisterWordW
 @ stdcall ImmEscapeA(long long long ptr) ImmEscapeA
@@ -63,6 +67,8 @@ debug_channels (imm)
 @ stdcall ImmRegisterWordA(long str long str) ImmRegisterWordA
 @ stdcall ImmRegisterWordW(long wstr long wstr) ImmRegisterWordW
 @ stdcall ImmReleaseContext(long long) ImmReleaseContext
+@ stub ImmRequestMessageA
+@ stub ImmRequestMessageW
 @ stdcall ImmSetCandidateWindow(long ptr) ImmSetCandidateWindow
 @ stdcall ImmSetCompositionFontA(long ptr) ImmSetCompositionFontA
 @ stdcall ImmSetCompositionFontW(long ptr) ImmSetCompositionFontW
@@ -79,3 +85,4 @@ debug_channels (imm)
 @ stdcall ImmUnlockIMCC(long) ImmUnlockIMCC
 @ stdcall ImmUnregisterWordA(long str long str) ImmUnregisterWordA
 @ stdcall ImmUnregisterWordW(long wstr long wstr) ImmUnregisterWordW
+@ stub SKWndProcT1
-- 
GitLab