Commit 2eb4b19f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

imm32: Fix an ASCII / ANSI mixup in a comment.

parent 8188b1ac
......@@ -1755,7 +1755,7 @@ UINT WINAPI ImmGetDescriptionA(
/* fetch the unicode buffer */
len = ImmGetDescriptionW( hKL, buf, len + 1 );
/* convert it back to ASCII */
/* convert it back to ANSI */
len = WideCharToMultiByte( CP_ACP, 0, buf, len + 1,
lpszDescription, uBufLen, NULL, NULL );
......
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