windows-nt/Source/XPSP1/NT/shell/shlwapi/unixstuff.h

11 lines
260 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifdef UNICODE
#define WNetGetResourceInformation WNetGetResourceInformationW
#else
#define WNetGetResourceInformation WNetGetResourceInformationA
#endif
#ifdef __cplusplus
PRIVATE HRESULT UnixWininetCopyUrlForParse(PSHSTRW pstrDst, LPCWSTR pszSrc);
#endif