* Sync up to trunk head (r64995).
[reactos.git] / win32ss / gdi / ntgdi / intgdi.h
index 913470a..6971510 100644 (file)
@@ -87,9 +87,12 @@ IntGetSysColor(INT nIndex);
 
 HBITMAP
 FASTCALL
-IntCreateCompatibleBitmap(PDC Dc,
-                          INT Width,
-                          INT Height);
+IntCreateCompatibleBitmap(
+    _In_ PDC Dc,
+    _In_ INT Width,
+    _In_ INT Height,
+    _In_ UINT Bpp,
+    _In_ UINT Planes);
 
 WORD APIENTRY IntGdiSetHookFlags(HDC hDC, WORD Flags);