Source code of Windows XP (NT5)
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.

40 lines
796 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. ifsutil.hxx
  5. Author:
  6. Rafael Lisitsa (RafaelL) 23-Mar-1995
  7. --*/
  8. #if !defined ( _IFSUTIL_INCLUDED_ )
  9. #define _IFSUTIL_INCLUDED_
  10. // Set up the IFSUTIL_EXPORT macro for exporting from IFSUTIL (if the
  11. // source file is a member of IFSUTIL) or importing from IFSUTIL (if
  12. // the source file is a client of IFSUTIL).
  13. //
  14. #if defined ( _AUTOCHECK_ )
  15. #define IFSUTIL_EXPORT
  16. #elif defined ( _IFSUTIL_MEMBER_ )
  17. #define IFSUTIL_EXPORT __declspec(dllexport)
  18. #else
  19. #define IFSUTIL_EXPORT __declspec(dllimport)
  20. #endif
  21. #endif // _IFSUTIL_INCLUDED_
  22. #define tFAT_UNK 42 // DRIVE where type wasn't known
  23. #define tFAT_F32 32 // FAT 32 with DWORD SCN and no EA
  24. #define tFAT_FEA 16 // Fat drive with EA's OK