winnls32: Restore the correct export names.
authorAndrew Nguyen <arethusa26@gmail.com>
Wed, 17 Feb 2010 19:48:42 +0000 (13:48 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 18 Feb 2010 11:43:00 +0000 (12:43 +0100)
dlls/winnls.dll16/winnls.c
dlls/winnls32/winnls.c
dlls/winnls32/winnls32.spec

index 778c254c07d89c9b046062ec5df46457ab01c2c8..efe64ffcde845c1e8a8afcb01b5dc127eb6e8191 100644 (file)
 #include "wownt32.h"
 #include "wine/winuser16.h"
 
+BOOL WINAPI WINNLS32EnableIME(HWND hWnd, BOOL fEnable);
+BOOL WINAPI WINNLS32GetEnableStatus(HWND hWnd);
+
 /***********************************************************************
  *             WINNLSEnableIME (WINNLS.16)
  */
 BOOL WINAPI WINNLSEnableIME16( HWND16 hwnd, BOOL enable )
 {
-    return WINNLSEnableIME( HWND_32(hwnd), enable );
+    return WINNLS32EnableIME( HWND_32(hwnd), enable );
 }
 
 /***********************************************************************
@@ -37,5 +40,5 @@ BOOL WINAPI WINNLSEnableIME16( HWND16 hwnd, BOOL enable )
  */
 BOOL WINAPI WINNLSGetEnableStatus16( HWND16 hwnd )
 {
-    return WINNLSGetEnableStatus( HWND_32(hwnd) );
+    return WINNLS32GetEnableStatus( HWND_32(hwnd) );
 }
index 23668151bdda7d10d13c6bcc7887eb98d4a5048c..517a53cf7cd8285d19feafa4db0bd46395e7dc1a 100644 (file)
@@ -39,17 +39,17 @@ BOOL WINAPI DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
 }
 
 /***********************************************************************
- *             WINNLSGetEnableStatus (WINNLS32.2)
+ *             WINNLS32GetEnableStatus (WINNLS32.2)
  */
-BOOL WINAPI WINNLSGetEnableStatus(HWND hWnd)
+BOOL WINAPI WINNLS32GetEnableStatus(HWND hWnd)
 {
     return FALSE;
 }
 
 /***********************************************************************
- *             WINNLSEnableIME (WINNLS32.1)
+ *             WINNLS32EnableIME (WINNLS32.1)
  */
-BOOL WINAPI WINNLSEnableIME(HWND hWnd, BOOL fEnable)
+BOOL WINAPI WINNLS32EnableIME(HWND hWnd, BOOL fEnable)
 {
     /* fake return of previous status. is this what this function should do ? */
     return !fEnable;
index 18bffeac58a5bce9de4cee2d8c79e3ff2e776d9d..34e0d42626fde3629ab049f0ee6c32c1d9b7ca55 100644 (file)
@@ -1,5 +1,5 @@
-1  stdcall WINNLSEnableIME(long long)
-2  stdcall WINNLSGetEnableStatus(long)
+1  stdcall WINNLS32EnableIME(long long)
+2  stdcall WINNLS32GetEnableStatus(long)
 3  stub WINNLS32GetIMEHotKey
 21 stub IMP32GetIME
 22 stub IMP32QueryIME