unixstuff.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 0k
Category:

Windows Kernel

Development Platform:

Visual C++

  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