mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
add a temp debug output whilst we're still walking on egg shells
svn path=/trunk/; revision=31689
This commit is contained in:
parent
4461c225f8
commit
cf111d5b8d
1 changed files with 2 additions and 0 deletions
|
@ -247,6 +247,8 @@ LoadCursorIconImage(
|
|||
{
|
||||
return hIcon;
|
||||
}
|
||||
else
|
||||
FIXME("Didn't find the shared icon!!\n");
|
||||
}
|
||||
|
||||
hResource = LoadResource(hinst, hResInfo);
|
||||
|
|
Loading…
Reference in a new issue