From 7ac3db7b7fd06093fa7ae172713d60bbab010312 Mon Sep 17 00:00:00 2001 From: Patrik Stridvall Date: Tue, 13 Feb 2001 20:19:15 +0000 Subject: [PATCH] Fixed some issues found by winapi_check. --- dlls/winnls/winnls.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dlls/winnls/winnls.c b/dlls/winnls/winnls.c index 6ec8c0865be..7f7fdba1ef6 100644 --- a/dlls/winnls/winnls.c +++ b/dlls/winnls/winnls.c @@ -1,12 +1,18 @@ #include "windef.h" #include "wine/winuser16.h" +/*********************************************************************** + * WINNLSEnableIME (WINNLS.16) + */ BOOL WINAPI WINNLSEnableIME16(HWND16 hWnd, BOOL fEnable) { /* fake return of previous status. is this what this function should do ? */ return !fEnable; } +/*********************************************************************** + * WINNLSGetEnableStatus (WINNLS.18) + */ BOOL WINAPI WINNLSGetEnableStatus16(HWND16 hWnd) { return FALSE;