Fixed difference in signedness warnings
authorThomas Bluemel <thomas@reactsoft.com>
Wed, 6 Sep 2006 19:28:35 +0000 (19:28 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Wed, 6 Sep 2006 19:28:35 +0000 (19:28 +0000)
svn path=/trunk/; revision=23929

reactos/subsystems/win32/win32k/objects/dibobj.c

index c06aa51..18b2eff 100644 (file)
@@ -705,8 +705,8 @@ IntCreateDIBitmap(PDC Dc, const BITMAPINFOHEADER *header,
   LONG height;
   WORD planes; 
   WORD bpp;
-  DWORD compr;
-  DWORD  dibsize;        
+  LONG compr;
+  LONG dibsize;        
   BOOL fColor;
   SIZEL size;