mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
silence annoying "didn't find the shared icon" message
svn path=/trunk/; revision=32824
This commit is contained in:
parent
d5e7835997
commit
3df1bfcf2e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue