winex11.drv: ImeInquire's second parameter is an output parameter.

This commit is contained in:
Juan Lang 2010-09-09 12:44:11 -07:00 committed by Alexandre Julliard
parent d354316c43
commit 6d20893b1e
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@
@ cdecl wglUseFontBitmapsW(ptr long long long) X11DRV_wglUseFontBitmapsW
#IME Interface
@ stdcall ImeInquire(ptr wstr wstr)
@ stdcall ImeInquire(ptr ptr wstr)
@ stdcall ImeConfigure(long long long ptr)
@ stdcall ImeDestroy(long)
@ stdcall ImeEscape(long long ptr)