Author: gedmurphy Date: Wed Jan 9 19:44:39 2008 New Revision: 31689
URL: http://svn.reactos.org/svn/reactos?rev=31689&view=rev Log: add a temp debug output whilst we're still walking on egg shells
Modified: trunk/reactos/dll/win32/user32/windows/bitmap.c
Modified: trunk/reactos/dll/win32/user32/windows/bitmap.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/windows/bi... ============================================================================== --- trunk/reactos/dll/win32/user32/windows/bitmap.c (original) +++ trunk/reactos/dll/win32/user32/windows/bitmap.c Wed Jan 9 19:44:39 2008 @@ -247,6 +247,8 @@ { return hIcon; } + else + FIXME("Didn't find the shared icon!!\n"); }
hResource = LoadResource(hinst, hResInfo);