[REACTOS] Replace all references of CLSID_ConnectionFolder to CLSID_NetworkConnections (#7503)

Use name from public Windows SDK for 'Network Connections' CLSID, available since Windows SDK 6.0A (Visual Studio 2008 or higher).
Replace all such instances in netshell, shell32, apitests/com.

- Partially reverts/refactors commit bea0b47
- Follow-up to PR #7266
This commit is contained in:
Vitaly Orekhov
2024-12-02 22:27:19 +03:00
committed by GitHub
parent e62c917ddf
commit 76014b92a4
6 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ public:
};
BEGIN_OBJECT_MAP(ObjectMap)
OBJECT_ENTRY(CLSID_ConnectionFolder, CNetworkConnections)
OBJECT_ENTRY(CLSID_NetworkConnections, CNetworkConnections)
OBJECT_ENTRY(CLSID_ConnectionManager, CNetConnectionManager)
OBJECT_ENTRY(CLSID_LanConnectionUi, CNetConnectionPropertyUi)
OBJECT_ENTRY(CLSID_ConnectionTray, CLanStatus)