[COMCTL32] Fix use of uninitialized variable.

svn path=/trunk/; revision=74443
This commit is contained in:
Giannis Adamopoulos 2017-05-01 18:56:03 +00:00
parent a8f63ddb13
commit 3e2f6b9d2c

View file

@ -1445,7 +1445,7 @@ ImageList_DrawIndirect (IMAGELISTDRAWPARAMS *pimldp)
POINT pt;
BOOL has_alpha;
#ifdef __REACTOS__
HDC hdcSaturated;
HDC hdcSaturated = NULL;
#endif
if (!pimldp || !(himl = pimldp->himl)) return FALSE;