Skip to content

Commit 6bfb792

Browse files
authored
[IMM32][SDK] Add User32InitializeImmEntryTable to <undocuser.h> (reactos#8006)
Declare function in proper place. JIRA issue: CORE-19268 - Add User32InitializeImmEntryTable prototype to <undocuser.h> and use it.
1 parent 6efbed5 commit 6bfb792

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dll/win32/imm32/imm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,8 +1289,6 @@ VOID APIENTRY Imm32UnitTest(VOID)
12891289
}
12901290
#endif
12911291

1292-
BOOL WINAPI User32InitializeImmEntryTable(DWORD);
1293-
12941292
BOOL
12951293
WINAPI
12961294
ImmDllInitialize(

sdk/include/reactos/undocuser.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ HWND WINAPI GetTaskmanWindow(VOID);
204204
HWND WINAPI GetProgmanWindow(VOID);
205205
BOOL WINAPI SetShellWindow(HWND);
206206
BOOL WINAPI SetShellWindowEx(HWND, HWND);
207+
BOOL WINAPI User32InitializeImmEntryTable(_In_ DWORD);
207208

208209
BOOL WINAPI DrawCaptionTempA(HWND,HDC,const RECT*,HFONT,HICON,LPCSTR,UINT);
209210
BOOL WINAPI DrawCaptionTempW(HWND,HDC,const RECT*,HFONT,HICON,LPCWSTR,UINT);

0 commit comments

Comments
 (0)