unixstuff.h
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:0k
源码类别:

系统编程

开发平台:

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