mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-15 21:29:04 +10:00
Few improvements (#65)
* Fix naming inconsistencies 'Menu' vs 'StartMenu' * Installer: Remove Facebook link * Installer: Remove PayPal donate remnants * OpenShellReadme: Remove info about product version
This commit is contained in:
@@ -162,7 +162,7 @@ typedef HRESULT (__stdcall *FDllGetClassObject)(REFCLSID,REFIID,LPVOID*);
|
||||
|
||||
static HMODULE g_ExplorerModule=NULL;
|
||||
|
||||
static void StartMenu( void )
|
||||
static void StartStartMenu( void )
|
||||
{
|
||||
STARTUPINFO startupInfo={sizeof(STARTUPINFO)};
|
||||
PROCESS_INFORMATION processInfo;
|
||||
@@ -208,7 +208,7 @@ STDAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID* ppv)
|
||||
{
|
||||
LogToFile(STARTUP_LOG,L"StartMenuHelper: DllGetClassObject2");
|
||||
if (GetSettingBool(L"AutoStart"))
|
||||
StartMenu();
|
||||
StartStartMenu();
|
||||
FDllGetClassObject func=(FDllGetClassObject)GetProcAddress(g_ExplorerModule,"DllGetClassObject");
|
||||
if (func)
|
||||
res=func(g_ExplorerClsid,riid,ppv);
|
||||
|
||||
Reference in New Issue
Block a user