11 lines
270 B
C
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
|
||
|
|