[ros-diffs] [greatlrd] 28560: Alex is god of haven and shall rise to the sky ... (my poem to alex for he found I did a mistake) in protypes for NtGdiEngCreateDeviceSurface, NtGdiEngCreateDeviceBitmap, NtGdiEngCreateBitmap Part (2/2)

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Sat Aug 25 21:25:24 CEST 2007


Author: greatlrd
Date: Sat Aug 25 23:25:24 2007
New Revision: 28560

URL: http://svn.reactos.org/svn/reactos?rev=28560&view=rev
Log:
Alex is god of haven and shall rise to the sky ... (my poem to alex for he found I did a mistake)
in protypes for NtGdiEngCreateDeviceSurface, NtGdiEngCreateDeviceBitmap, NtGdiEngCreateBitmap
Part (2/2)

Modified:
    trunk/reactos/include/psdk/ntgdi.h

Modified: trunk/reactos/include/psdk/ntgdi.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ntgdi.h?rev=28560&r1=28559&r2=28560&view=diff
==============================================================================
--- trunk/reactos/include/psdk/ntgdi.h (original)
+++ trunk/reactos/include/psdk/ntgdi.h Sat Aug 25 23:25:24 2007
@@ -2934,8 +2934,7 @@
     IN LONG lWidth,
     IN ULONG iFormat,
     IN FLONG fl,
-    IN OPTIONAL PVOID pvBits,
-    IN DWORD UNKNOWN
+    IN OPTIONAL PVOID pvBits
 );
 
 W32KAPI
@@ -2972,8 +2971,7 @@
 NtGdiEngCreateDeviceSurface(
     IN DHSURF dhsurf,
     IN SIZEL sizl,
-    IN ULONG iFormatCompat,
-    IN DWORD UNKNOWN
+    IN ULONG iFormatCompat
 );
 
 W32KAPI
@@ -2982,8 +2980,7 @@
 NtGdiEngCreateDeviceBitmap(
     IN DHSURF dhsurf,
     IN SIZEL sizl,
-    IN ULONG iFormatCompat,
-    IN DWORD UNKNOWN
+    IN ULONG iFormatCompat
 );
 
 W32KAPI




More information about the Ros-diffs mailing list