Author: dquintana Date: Sat Jun 24 22:01:46 2017 New Revision: 75188
URL: http://svn.reactos.org/svn/reactos?rev=75188&view=rev Log: [NTOBJSHEX] Fix registration.
Modified: trunk/reactos/dll/shellext/ntobjshex/foldercommon.h trunk/reactos/dll/shellext/ntobjshex/ntobjfolder.h trunk/reactos/dll/shellext/ntobjshex/regfolder.h
Modified: trunk/reactos/dll/shellext/ntobjshex/foldercommon.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/fold... ============================================================================== --- trunk/reactos/dll/shellext/ntobjshex/foldercommon.h [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/ntobjshex/foldercommon.h [iso-8859-1] Sat Jun 24 22:01:46 2017 @@ -706,8 +706,7 @@ } return E_NOTIMPL; } - - DECLARE_REGISTRY_RESOURCEID(IDR_REGISTRYFOLDER) + DECLARE_NOT_AGGREGATABLE(TSelf) DECLARE_PROTECT_FINAL_CONSTRUCT()
Modified: trunk/reactos/dll/shellext/ntobjshex/ntobjfolder.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/ntob... ============================================================================== --- trunk/reactos/dll/shellext/ntobjshex/ntobjfolder.h [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/ntobjshex/ntobjfolder.h [iso-8859-1] Sat Jun 24 22:01:46 2017 @@ -52,6 +52,7 @@ public CCommonFolder<CNtObjectFolder, NtPidlEntry, CNtObjectFolderExtractIcon> { public: + DECLARE_REGISTRY_RESOURCEID(IDR_NTOBJECTFOLDER)
CNtObjectFolder(); virtual ~CNtObjectFolder();
Modified: trunk/reactos/dll/shellext/ntobjshex/regfolder.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/ntobjshex/regf... ============================================================================== --- trunk/reactos/dll/shellext/ntobjshex/regfolder.h [iso-8859-1] (original) +++ trunk/reactos/dll/shellext/ntobjshex/regfolder.h [iso-8859-1] Sat Jun 24 22:01:46 2017 @@ -53,6 +53,7 @@ HKEY m_hRoot;
public: + DECLARE_REGISTRY_RESOURCEID(IDR_REGISTRYFOLDER)
CRegistryFolder(); virtual ~CRegistryFolder();