Windows2003-3790/shell/shlwapi/unixstuff.h
2020-09-30 16:53:55 +02:00

11 lines
270 B
C

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