Alexandre Julliard : user32: Move a few 16-bit stubs to user16.c.

Alexandre Julliard julliard at winehq.org
Thu Dec 24 10:27:15 CST 2009


Module: wine
Branch: master
Commit: da57abcb02598dae7a121d8d4a3db0043dc3901b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=da57abcb02598dae7a121d8d4a3db0043dc3901b

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Dec 23 19:49:27 2009 +0100

user32: Move a few 16-bit stubs to user16.c.

---

 dlls/user32/misc.c   |   20 --------------------
 dlls/user32/user16.c |   40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 20 deletions(-)

diff --git a/dlls/user32/misc.c b/dlls/user32/misc.c
index 8e7f48f..1dc2cb8 100644
--- a/dlls/user32/misc.c
+++ b/dlls/user32/misc.c
@@ -627,26 +627,6 @@ VOID WINAPI LoadLocalFonts(VOID)
 
 
 /***********************************************************************
- *		USER_489 (USER.489)
- */
-LONG WINAPI stub_USER_489(void) { FIXME("stub\n"); return 0; }
-
-/***********************************************************************
- *		USER_490 (USER.490)
- */
-LONG WINAPI stub_USER_490(void) { FIXME("stub\n"); return 0; }
-
-/***********************************************************************
- *		USER_492 (USER.492)
- */
-LONG WINAPI stub_USER_492(void) { FIXME("stub\n"); return 0; }
-
-/***********************************************************************
- *		USER_496 (USER.496)
- */
-LONG WINAPI stub_USER_496(void) { FIXME("stub\n"); return 0; }
-
-/***********************************************************************
  *		User32InitializeImmEntryTable
  */
 BOOL WINAPI User32InitializeImmEntryTable(LPVOID ptr)
diff --git a/dlls/user32/user16.c b/dlls/user32/user16.c
index 51240a1..299b16e 100644
--- a/dlls/user32/user16.c
+++ b/dlls/user32/user16.c
@@ -2876,6 +2876,46 @@ BOOL16 WINAPI SystemParametersInfo16( UINT16 uAction, UINT16 uParam,
 
 
 /***********************************************************************
+ *		USER_489 (USER.489)
+ */
+LONG WINAPI stub_USER_489(void)
+{
+    FIXME("stub\n");
+    return 0;
+}
+
+
+/***********************************************************************
+ *		USER_490 (USER.490)
+ */
+LONG WINAPI stub_USER_490(void)
+{
+    FIXME("stub\n");
+    return 0;
+}
+
+
+/***********************************************************************
+ *		USER_492 (USER.492)
+ */
+LONG WINAPI stub_USER_492(void)
+{
+    FIXME("stub\n");
+    return 0;
+}
+
+
+/***********************************************************************
+ *		USER_496 (USER.496)
+ */
+LONG WINAPI stub_USER_496(void)
+{
+    FIXME("stub\n");
+    return 0;
+}
+
+
+/***********************************************************************
  *           FormatMessage   (USER.606)
  */
 DWORD WINAPI FormatMessage16(




More information about the wine-cvs mailing list