Commit d0ad6316 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

imm32: Fix capitalization of ImmDisableLegacyIME in its comment.

parent 14ec499d
...@@ -3147,7 +3147,7 @@ BOOL WINAPI ImmGetHotKey(DWORD hotkey, UINT *modifiers, UINT *key, HKL hkl) ...@@ -3147,7 +3147,7 @@ BOOL WINAPI ImmGetHotKey(DWORD hotkey, UINT *modifiers, UINT *key, HKL hkl)
} }
/*********************************************************************** /***********************************************************************
* IMMDisableLegacyIME(IMM32.@) * ImmDisableLegacyIME(IMM32.@)
*/ */
BOOL WINAPI ImmDisableLegacyIME(void) BOOL WINAPI ImmDisableLegacyIME(void)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment