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.

21 lines
411 B

  1. #ifndef __UNXFILE__
  2. #define __UNXFILE__
  3. #include <windows.h>
  4. #ifdef __cplusplus
  5. extern "C"
  6. {
  7. #endif /* __cplusplus */
  8. void UnixEnsureDir( char* pszFile );
  9. void UnixifyFileName( char* lpszName);
  10. HRESULT CheckIEFeatureOnUnix(LPCWSTR pwszIEFeature, DWORD* dwInstalledVerHi, DWORD* dwInstalledVerLo, DWORD dwFlags);
  11. #ifdef __cplusplus
  12. }
  13. #endif /* __cplusplus */
  14. #endif /* __UNXFILE__ */