From 7b5444b1e9da31e178ed7d0281cf17e73a25eb51 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sat, 25 Aug 2007 19:25:24 +0000 Subject: [PATCH] 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) svn path=/trunk/; revision=28560 --- reactos/include/psdk/ntgdi.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/reactos/include/psdk/ntgdi.h b/reactos/include/psdk/ntgdi.h index 4597308af45..1afc9671e6a 100644 --- a/reactos/include/psdk/ntgdi.h +++ b/reactos/include/psdk/ntgdi.h @@ -2934,8 +2934,7 @@ NtGdiEngCreateBitmap( 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 @@ APIENTRY NtGdiEngCreateDeviceSurface( IN DHSURF dhsurf, IN SIZEL sizl, - IN ULONG iFormatCompat, - IN DWORD UNKNOWN + IN ULONG iFormatCompat ); W32KAPI @@ -2982,8 +2980,7 @@ APIENTRY NtGdiEngCreateDeviceBitmap( IN DHSURF dhsurf, IN SIZEL sizl, - IN ULONG iFormatCompat, - IN DWORD UNKNOWN + IN ULONG iFormatCompat ); W32KAPI