From cf111d5b8d7e4fda46805aa27b9628dbcb48b317 Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Wed, 9 Jan 2008 16:44:39 +0000 Subject: [PATCH] add a temp debug output whilst we're still walking on egg shells svn path=/trunk/; revision=31689 --- reactos/dll/win32/user32/windows/bitmap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/dll/win32/user32/windows/bitmap.c b/reactos/dll/win32/user32/windows/bitmap.c index f8a8d45ded8..803357c78fe 100644 --- a/reactos/dll/win32/user32/windows/bitmap.c +++ b/reactos/dll/win32/user32/windows/bitmap.c @@ -247,6 +247,8 @@ LoadCursorIconImage( { return hIcon; } + else + FIXME("Didn't find the shared icon!!\n"); } hResource = LoadResource(hinst, hResInfo);