imm32: Add a couple of missing prototypes and update win32.api to fix the winapi_check warnings.

Francois Gouget fgouget at free.fr
Thu Aug 9 03:41:02 CDT 2007


---
 include/imm.h          |    3 +++
 tools/winapi/win32.api |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/include/imm.h b/include/imm.h
index 5fe3b87..d8f1e4b 100644
--- a/include/imm.h
+++ b/include/imm.h
@@ -511,6 +511,9 @@ DWORD    WINAPI ImmGetGuideLineW(HIMC, DWORD, LPWSTR, DWORD);
 UINT   WINAPI ImmGetIMEFileNameA(HKL, LPSTR, UINT);
 UINT   WINAPI ImmGetIMEFileNameW(HKL, LPWSTR, UINT);
 #define  ImmGetIMEFileName WINELIB_NAME_AW(ImmGetIMEFileName)
+DWORD  WINAPI ImmGetImeMenuItemsA(HIMC, DWORD, DWORD, LPIMEMENUITEMINFOA, LPIMEMENUITEMINFOA, DWORD);
+DWORD  WINAPI ImmGetImeMenuItemsW(HIMC, DWORD, DWORD, LPIMEMENUITEMINFOW, LPIMEMENUITEMINFOW, DWORD);
+#define ImmGetImeMenuItems  WINELIB_NAME_AW(ImmGetImeMenuItems)
 BOOL   WINAPI ImmGetOpenStatus(HIMC);
 DWORD    WINAPI ImmGetProperty(HKL, DWORD);
 UINT   WINAPI ImmGetRegisterWordStyleA(HKL, UINT, LPSTYLEBUFA);
diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api
index dd00737..57c9424 100644
--- a/tools/winapi/win32.api
+++ b/tools/winapi/win32.api
@@ -1812,6 +1812,7 @@ BOOL
 DWORD
 HIMC
 HKL
+HIMCC
 HWND
 LONG
 LPARAM
@@ -1826,8 +1827,11 @@ LPCANDIDATELIST
 LPCOMPOSITIONFORM
 LPCVOID
 LPDWORD
+LPINPUTCONTEXT
 LPLOGFONTA
 LPLOGFONTW
+LPIMEMENUITEMINFOA
+LPIMEMENUITEMINFOW
 LPPOINT
 LPSTYLEBUFA
 LPSTYLEBUFW
-- 
1.5.2.4




More information about the wine-patches mailing list