mirror of
https://github.com/reactos/reactos.git
synced 2026-06-07 16:32:28 +08:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user