1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-17 19:09:25 +01:00

Corrections as suggested by @Simplestas in 71e4dcfd736036c80f25812b232be0d2db004601#comments

This commit is contained in:
Valentin Radu 2021-12-21 11:09:23 +02:00
parent 09493ea000
commit c478008268
2 changed files with 2 additions and 7 deletions

View File

@ -4794,7 +4794,7 @@ int ExplorerFrame_CompareStringOrdinal(const WCHAR* a1, int a2, const WCHAR* a3,
L"::{17CD9488-1228-4B2F-88CE-4298E93E0966}", // Default Programs (default: not redirected)
L"::{8E908FC9-BECC-40F6-915B-F4CA0E70D03D}", // Network and Sharing Center (default: not redirected)
L"::{7007ACC7-3202-11D1-AAD2-00805FC1270E}", // Network Connections (default: not redirected)
L"Advanced",
L"Advanced", // Network and Sharing Center -> Change advanced sharing options (default: not redirected)
L"::{A8A91A66-3A7D-4424-8D24-04E180695C7A}", // Devices and Printers (default: not redirected)
NULL
};

View File

@ -10,6 +10,7 @@
#include <accctrl.h>
#include <aclapi.h>
#include <sddl.h>
#include <Shobjidl.h>
#include <Shlobj_core.h>
#include <restartmanager.h>
#pragma comment(lib, "Rstrtmgr.lib")
@ -57,12 +58,6 @@ DEFINE_GUID(CLSID_ImmersiveShell,
0x15, 0x63, 0x62, 0xa2, 0xf2, 0x39
);
DEFINE_GUID(CLSID_OpenControlPanel,
0x6622D85,
0x6856, 0x4460, 0x8D, 0xE1,
0xA8, 0x19, 0x21, 0xB4, 0x1C, 0x4B
);
DEFINE_GUID(IID_OpenControlPanel,
0xD11AD862,
0x66De, 0x4DF4, 0xBf, 0x6C,