From 6d20893b1e0d2d8b1968b5693410b8df9e956907 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Thu, 9 Sep 2010 12:44:11 -0700 Subject: [PATCH] winex11.drv: ImeInquire's second parameter is an output parameter. --- dlls/winex11.drv/winex11.drv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winex11.drv/winex11.drv.spec b/dlls/winex11.drv/winex11.drv.spec index ffd90add7d7..323da2cb335 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)