[ros-diffs] [jimtabor] 30236: Move NtGdiGetCharWidthW into text.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Wed Nov 7 01:12:17 CET 2007


Author: jimtabor
Date: Wed Nov  7 03:12:17 2007
New Revision: 30236

URL: http://svn.reactos.org/svn/reactos?rev=30236&view=rev
Log:
Move NtGdiGetCharWidthW into text.

Modified:
    trunk/reactos/subsystems/win32/win32k/objects/text.c
    trunk/reactos/subsystems/win32/win32k/stubs/stubs.c

Modified: trunk/reactos/subsystems/win32/win32k/objects/text.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/objects/text.c?rev=30236&r1=30235&r2=30236&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/text.c (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/text.c Wed Nov  7 03:12:17 2007
@@ -2264,6 +2264,23 @@
     IN FLONG fl,
     OUT PVOID pvBuf)
  {
+    UNIMPLEMENTED;
+    return FALSE;
+}
+
+ /*
+ * @unimplemented
+ */
+BOOL
+STDCALL
+NtGdiGetCharWidthW(
+    IN HDC hdc,
+    IN UINT wcFirst,
+    IN UINT cwc,
+    IN OPTIONAL PWCHAR pwc,
+    IN FLONG fl,
+    OUT PVOID pvBuf)
+{
     UNIMPLEMENTED;
     return FALSE;
 }

Modified: trunk/reactos/subsystems/win32/win32k/stubs/stubs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/stubs/stubs.c?rev=30236&r1=30235&r2=30236&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/stubs/stubs.c (original)
+++ trunk/reactos/subsystems/win32/win32k/stubs/stubs.c Wed Nov  7 03:12:17 2007
@@ -2497,23 +2497,6 @@
  */
 BOOL
 STDCALL
-NtGdiGetCharWidthW(
-    IN HDC hdc,
-    IN UINT wcFirst,
-    IN UINT cwc,
-    IN OPTIONAL PWCHAR pwc,
-    IN FLONG fl,
-    OUT PVOID pvBuf)
-{
-    UNIMPLEMENTED;
-    return FALSE;
-}
-
- /*
- * @unimplemented
- */
-BOOL
-STDCALL
 NtGdiGetCharWidthInfo(
     IN HDC hdc,
     OUT PCHWIDTHINFO pChWidthInfo)




More information about the Ros-diffs mailing list