Fix build.
[reactos.git] / dll / win32 / gdi32 / objects / bitmap.c
index f94c31a..2c7d4ce 100644 (file)
@@ -292,7 +292,7 @@ CreateBitmap(INT  Width,
              INT  Height,
              UINT  Planes,
              UINT  BitsPixel,
-             PCVOID pUnsafeBits)
+             CONST VOID* pUnsafeBits)
 {
     /* FIXME some part should be done in user mode */
     if (Width && Height)