mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SHELL32]
* SHGetImageList should not return a duplicated ImageList. In Windows the pointers returned by Shell_GetImageLists match the pointers returned by SHGetImageList for SHIL_SMALL and SHIL_LARGE. [RSHELL] * Remove two obsolete debug prints. svn path=/branches/shell-experiments/; revision=62483
This commit is contained in:
@@ -267,10 +267,8 @@ public:
|
||||
case SMC_GETOBJECT:
|
||||
return OnGetObject(psmd, *reinterpret_cast<IID *>(wParam), reinterpret_cast<void **>(lParam));
|
||||
case SMC_EXEC:
|
||||
DbgPrint("SMC_EXEC\n");
|
||||
return OnExec(psmd);
|
||||
case SMC_SFEXEC:
|
||||
DbgPrint("SMC_SFEXEC\n");
|
||||
m_pTrayPriv->Execute(psmd->psf, psmd->pidlItem);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user