[WINNLS] Add stub for WINNLS32EnableIME

Christian Costa titan.costa at wanadoo.fr
Sun Mar 28 17:00:43 CST 2004


Hi,

Changelog:
Add stub for WINNLS32EnableIME.

Christian Costa   titan.costa at wanadoo.fr

-------------- next part --------------
? winnls.diff
Index: winnls.c
===================================================================
RCS file: /home/wine/wine/dlls/winnls/winnls.c,v
retrieving revision 1.5
diff -u -r1.5 winnls.c
--- winnls.c	5 Sep 2003 23:08:26 -0000	1.5
+++ winnls.c	28 Mar 2004 20:49:18 -0000
@@ -38,3 +38,12 @@
 {
     return FALSE;
 }
+
+/***********************************************************************
+ *		WINNLS32EnableIME (WINNLS32.1)
+ */
+BOOL WINAPI WINNLS32EnableIME(HWND hWnd, BOOL fEnable)
+{
+    /* fake return of previous status. is this what this function should do ? */
+    return !fEnable;
+}
Index: winnls32.spec
===================================================================
RCS file: /home/wine/wine/dlls/winnls/winnls32.spec,v
retrieving revision 1.4
diff -u -r1.4 winnls32.spec
--- winnls32.spec	21 Jun 2002 19:15:51 -0000	1.4
+++ winnls32.spec	28 Mar 2004 20:49:18 -0000
@@ -1,4 +1,4 @@
-1  stub WINNLS32EnableIME
+1  stdcall WINNLS32EnableIME(long long)
 2  stub WINNLS32GetEnableStatus
 3  stub WINNLS32GetIMEHotKey
 21 stub IMP32GetIME


More information about the wine-patches mailing list