mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:53:41 +00: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:
parent
e62c917ddf
commit
76014b92a4
6 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@ static const CLASS_AND_INTERFACES ExpectedInterfaces[] =
|
|||
L"Both"
|
||||
},
|
||||
{
|
||||
ID_NAME(CLSID_ConnectionFolder),
|
||||
ID_NAME(CLSID_NetworkConnections),
|
||||
{
|
||||
{ 0x0, &IID_IPersistFolder2 },
|
||||
{ 0x0, &IID_IPersistFolder },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue