mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Clean up warning for SafeIconImage might be uninitialized in LoadImageW.
svn path=/trunk/; revision=20804
This commit is contained in:
parent
b65c6141b3
commit
4585d9f6ec
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ LoadCursorIconImage(
|
|||
ULONG ColorBits;
|
||||
PVOID Data;
|
||||
CURSORICONDIRENTRY* dirEntry;
|
||||
ICONIMAGE* SafeIconImage;
|
||||
ICONIMAGE* SafeIconImage = NULL;
|
||||
GRPCURSORICONDIR* IconResDir;
|
||||
INT id;
|
||||
ICONIMAGE *ResIcon;
|
||||
|
|
Loading…
Reference in a new issue