[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:
Pierre Schweitzer 2016-12-30 20:33:40 +00:00
parent 68bcda65e2
commit 3f0da1835a

View file

@ -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