Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
270 B

  1. #ifdef UNICODE
  2. #define WNetGetResourceInformation WNetGetResourceInformationW
  3. #else
  4. #define WNetGetResourceInformation WNetGetResourceInformationA
  5. #endif
  6. #ifdef __cplusplus
  7. PRIVATE HRESULT UnixWininetCopyUrlForParse(PSHSTRW pstrDst, LPCWSTR pszSrc);
  8. #endif