Clean up warning for SafeIconImage might be uninitialized in LoadImageW.
Modified: trunk/reactos/lib/user32/windows/bitmap.c
--- trunk/reactos/lib/user32/windows/bitmap.c 2006-01-12 06:08:42 UTC (rev 20803) +++ trunk/reactos/lib/user32/windows/bitmap.c 2006-01-12 06:15:21 UTC (rev 20804) @@ -93,7 +93,7 @@
ULONG ColorBits; PVOID Data; CURSORICONDIRENTRY* dirEntry;
- ICONIMAGE* SafeIconImage;
+ ICONIMAGE* SafeIconImage = NULL;
GRPCURSORICONDIR* IconResDir; INT id; ICONIMAGE *ResIcon;