windows-nt/Source/XPSP1/NT/shell/shlwapi/unixstuff.h
2020-09-26 16:20:57 +08:00

11 lines
260 B
C

#ifdef UNICODE
#define WNetGetResourceInformation WNetGetResourceInformationW
#else
#define WNetGetResourceInformation WNetGetResourceInformationA
#endif
#ifdef __cplusplus
PRIVATE HRESULT UnixWininetCopyUrlForParse(PSHSTRW pstrDst, LPCWSTR pszSrc);
#endif