mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 01:22:05 +00:00
[COMCTL32] Fix use of uninitialized variable.
svn path=/trunk/; revision=74443
This commit is contained in:
parent
a8f63ddb13
commit
3e2f6b9d2c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue