Francois Gouget : winex11: Standardize a stub trace and add a trailing '\n' .
Module: wine Branch: master Commit: 8824bc1ea406767d0ab0fbfc9af4d12e6a6c62fa URL: http://source.winehq.org/git/wine.git/?a=commit;h=8824bc1ea406767d0ab0fbfc9a... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue May 6 19:58:59 2008 +0200 winex11: Standardize a stub trace and add a trailing '\n'. --- dlls/winex11.drv/ime.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/winex11.drv/ime.c b/dlls/winex11.drv/ime.c index b9c76f4..f478a86 100644 --- a/dlls/winex11.drv/ime.c +++ b/dlls/winex11.drv/ime.c @@ -651,7 +651,7 @@ BOOL WINAPI ImeSelect(HIMC hIMC, BOOL fSelect) BOOL WINAPI ImeSetActiveContext(HIMC hIMC,BOOL fFlag) { - FIXME("Stub"); + FIXME("(%p, %x): stub\n", hIMC, fFlag); return TRUE; }
participants (1)
-
Alexandre Julliard