Module: wine Branch: master Commit: 6d20893b1e0d2d8b1968b5693410b8df9e956907 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6d20893b1e0d2d8b1968b56934...
Author: Juan Lang juan.lang@gmail.com Date: Thu Sep 9 12:44:11 2010 -0700
winex11.drv: ImeInquire's second parameter is an output parameter.
---
dlls/winex11.drv/winex11.drv.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winex11.drv/winex11.drv.spec b/dlls/winex11.drv/winex11.drv.spec index ffd90ad..323da2c 100644 --- a/dlls/winex11.drv/winex11.drv.spec +++ b/dlls/winex11.drv/winex11.drv.spec @@ -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)