mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fixed difference in signedness warnings
svn path=/trunk/; revision=23929
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user