From 44b52a90f7d6ea78f550ea2f58692ffe13701882 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Fri, 24 Aug 2007 21:39:49 +0000 Subject: [PATCH] NtGdiEngCreateBitmap got one undoc param svn path=/trunk/; revision=28527 --- reactos/include/psdk/ntgdi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/include/psdk/ntgdi.h b/reactos/include/psdk/ntgdi.h index 0d9359176db..4597308af45 100644 --- a/reactos/include/psdk/ntgdi.h +++ b/reactos/include/psdk/ntgdi.h @@ -2934,7 +2934,8 @@ NtGdiEngCreateBitmap( IN LONG lWidth, IN ULONG iFormat, IN FLONG fl, - IN OPTIONAL PVOID pvBits + IN OPTIONAL PVOID pvBits, + IN DWORD UNKNOWN ); W32KAPI