WindowsXP-SP1/shell/shlwapi/unixstuff.h

11 lines
270 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifdef UNICODE
#define WNetGetResourceInformation WNetGetResourceInformationW
#else
#define WNetGetResourceInformation WNetGetResourceInformationA
#endif
#ifdef __cplusplus
PRIVATE HRESULT UnixWininetCopyUrlForParse(PSHSTRW pstrDst, LPCWSTR pszSrc);
#endif