silence annoying "didn't find the shared icon" message

svn path=/trunk/; revision=32824
This commit is contained in:
Timo Kreuzer 2008-04-03 02:04:05 +00:00
parent d5e7835997
commit 3df1bfcf2e

View file

@ -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);