Skip to content

Commit

Permalink
[SHELL32] Refer to CLSID_NetworkConnections from PSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
SigmaTel71 committed Aug 30, 2024
1 parent b2856dd commit 33cb242
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dll/win32/shell32/wine/shellpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -3214,11 +3214,8 @@ HRESULT WINAPI SHGetFolderLocation(

#ifdef __REACTOS__
case CSIDL_CONNECTIONS:
{
EXTERN_C const CLSID CLSID_ConnectionFolder;
hr = SHGetFolderLocationHelper(hwndOwner, CSIDL_CONTROLS, &CLSID_ConnectionFolder, ppidl);
hr = SHGetFolderLocationHelper(hwndOwner, CSIDL_CONTROLS, &CLSID_NetworkConnections, ppidl);
break;
}
#endif

default:
Expand Down

0 comments on commit 33cb242

Please sign in to comment.