mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
[SHELL32]
Revert r72888 (aka, remove a hack :-)). This is no longer required thanks to r73489. ROSAPPS-303 CORE-11757 svn path=/trunk/; revision=73490
This commit is contained in:
parent
68bcda65e2
commit
3f0da1835a
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ LPITEMIDLIST ILCreateFromNetworkPlaceW(LPCWSTR lpNetworkPlace)
|
|||
wcscpy((WCHAR*)&pidl->mkid.abID[0], lpNetworkPlace);
|
||||
*(WORD*)((char*)pidl + cbData) = 0;
|
||||
|
||||
WNetAddConnectionW(lpNetworkPlace, NULL, NULL);
|
||||
|
||||
return pidl;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue