From 3df1bfcf2e22d677a40b8f392db7218a3f3bb6ba Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 3 Apr 2008 02:04:05 +0000 Subject: [PATCH] silence annoying "didn't find the shared icon" message svn path=/trunk/; revision=32824 --- reactos/dll/win32/user32/windows/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/user32/windows/bitmap.c b/reactos/dll/win32/user32/windows/bitmap.c index 803357c78fe..13105744ed6 100644 --- a/reactos/dll/win32/user32/windows/bitmap.c +++ b/reactos/dll/win32/user32/windows/bitmap.c @@ -248,7 +248,7 @@ LoadCursorIconImage( return hIcon; } else - FIXME("Didn't find the shared icon!!\n"); + TRACE("Didn't find the shared icon!!\n"); } hResource = LoadResource(hinst, hResInfo);