mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[COMCTL32] Fix use of uninitialized variable.
svn path=/trunk/; revision=74443
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user