Author: greatlrd
Date: Sat Sep  1 02:15:37 2007
New Revision: 28724
URL: 
http://svn.reactos.org/svn/reactos?rev=28724&view=rev
Log:
implement stub for NtGdiGetStringBitmapW
Modified:
    trunk/reactos/subsystems/win32/win32k/objects/text.c
    trunk/reactos/subsystems/win32/win32k/stubs/stubs.c
    trunk/reactos/subsystems/win32/win32k/w32ksvc.db
Modified: trunk/reactos/subsystems/win32/win32k/objects/text.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ob…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/text.c (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/text.c Sat Sep  1 02:15:37 2007
@@ -3091,8 +3091,8 @@
 DWORD
 STDCALL
 NtGdiGetKerningPairs(HDC  hDC,
-                           DWORD  NumPairs,
-                           LPKERNINGPAIR  krnpair)
+                     ULONG  NumPairs,
+                     LPKERNINGPAIR  krnpair)
 {
   UNIMPLEMENTED;
   return 0;
Modified: trunk/reactos/subsystems/win32/win32k/stubs/stubs.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/st…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/stubs/stubs.c (original)
+++ trunk/reactos/subsystems/win32/win32k/stubs/stubs.c Sat Sep  1 02:15:37 2007
@@ -2875,3 +2875,16 @@
     return 0;
 }
+UINT
+STDCALL
+NtGdiGetStringBitmapW(
+    IN HDC hdc,
+    IN LPWSTR pwsz,
+    IN UINT cwc,
+    OUT BYTE *lpSB,
+    IN UINT cj)
+{
+    UNIMPLEMENTED;
+    return 0;
+}
+
Modified: trunk/reactos/subsystems/win32/win32k/w32ksvc.db
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/w3…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/w32ksvc.db (original)
+++ trunk/reactos/subsystems/win32/win32k/w32ksvc.db Sat Sep  1 02:15:37 2007
@@ -207,7 +207,7 @@
 NtGdiGetSpoolMessage                             4
 # NtGdiGetStats                                  5
 NtGdiGetStockObject                              1
-# NtGdiGetStringBitmapW                          5
+NtGdiGetStringBitmapW                            5
 NtGdiGetSystemPaletteUse                         1
 NtGdiGetTextCharsetInfo                          3
 NtGdiGetTextExtent                               5