winex11.drv: ImeInquire's second parameter is an output parameter.
This commit is contained in:
parent
d354316c43
commit
6d20893b1e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue