Clean up warning for SafeIconImage might be uninitialized in LoadImageW.

svn path=/trunk/; revision=20804
This commit is contained in:
James Tabor 2006-01-12 06:15:21 +00:00
parent b65c6141b3
commit 4585d9f6ec

View file

@ -93,7 +93,7 @@ LoadCursorIconImage(
ULONG ColorBits;
PVOID Data;
CURSORICONDIRENTRY* dirEntry;
ICONIMAGE* SafeIconImage;
ICONIMAGE* SafeIconImage = NULL;
GRPCURSORICONDIR* IconResDir;
INT id;
ICONIMAGE *ResIcon;