[SHELL32] Add IActiveDesktop stub

CORE-15424
This commit is contained in:
Mark Jansen 2018-12-09 16:11:14 +01:00
parent 6378c83663
commit cc2f0a8868
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
8 changed files with 241 additions and 0 deletions

View file

@ -271,6 +271,7 @@ public:
BEGIN_OBJECT_MAP(ObjectMap)
OBJECT_ENTRY(CLSID_ActiveDesktop, CActiveDesktop)
OBJECT_ENTRY(CLSID_ShellFSFolder, CFSFolder)
OBJECT_ENTRY(CLSID_MyComputer, CDrivesFolder)
OBJECT_ENTRY(CLSID_ShellDesktop, CDesktopFolder)