mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[IMM32] ImmDllInitialize's first argument is an HINSTANCE
CORE-11700
This commit is contained in:
parent
a33fe38418
commit
f73a4d6bab
1 changed files with 1 additions and 1 deletions
|
@ -1311,7 +1311,7 @@ BOOL WINAPI User32InitializeImmEntryTable(DWORD);
|
|||
BOOL
|
||||
WINAPI
|
||||
ImmDllInitialize(
|
||||
_In_ HANDLE hDll,
|
||||
_In_ HINSTANCE hDll,
|
||||
_In_ ULONG dwReason,
|
||||
_In_opt_ PVOID pReserved)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue