Rebrand to Open-Shell (#36) (#58)

* Rebrand to Open-Shell

* Slight installer branding improvement
This commit is contained in:
Xenhat
2018-08-05 15:22:10 -04:00
committed by GitHub
parent 4637019a0f
commit f4dd56155b
1115 changed files with 3124 additions and 3140 deletions

View File

@@ -0,0 +1,12 @@
// dllmain.h : Declaration of module class.
class CStartMenuHelperModule : public CAtlDllModuleT< CStartMenuHelperModule >
{
public :
DECLARE_LIBID(LIBID_StartMenuHelperLib)
DECLARE_REGISTRY_APPID_RESOURCEID(IDR_STARTMENUHELPER, "{62D2FBE4-89F7-48A5-A35F-DA2B8A3C54B7}")
};
extern CStartMenuHelperModule _AtlModule;
void WaitDllInitThread( void );