imm32: Add the updated ImmTranslateMessage declaration.
diff --git a/include/ddk/imm.h b/include/ddk/imm.h
index a33073d..6e4d42f 100644
--- a/include/ddk/imm.h
+++ b/include/ddk/imm.h
@@ -144,7 +144,7 @@
 LRESULT WINAPI ImmRequestMessageA(HIMC, WPARAM, LPARAM);
 LRESULT WINAPI ImmRequestMessageW(HIMC, WPARAM, LPARAM);
 #define ImmRequestMessage WINELIB_NAME_AW(ImmRequestMessage);
-
+BOOL WINAPI ImmTranslateMessage(HWND, UINT, WPARAM, LPARAM);
 HWND WINAPI ImmCreateSoftKeyboard(UINT, UINT, int, int);
 BOOL WINAPI ImmDestroySoftKeyboard(HWND);
 BOOL WINAPI ImmShowSoftKeyboard(HWND, int);