uxtheme: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-11 22:43:01 +02:00 committed by Alexandre Julliard
parent 28be1f7853
commit 5181b1c4b8

View file

@ -465,7 +465,7 @@ static HRESULT UXTHEME_DrawImageGlyph(HTHEME hTheme, HDC hdc, int iPartId,
HDC hdcSrc = NULL;
HGDIOBJ oldSrc = NULL;
RECT rcSrc;
INT transparent = FALSE;
INT transparent = 0;
COLORREF transparentcolor;
int valign = VA_CENTER;
int halign = HA_CENTER;