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.

56 lines
993 B

  1. /*++
  2. Copyright (c) 1994-2000 Microsoft Corporation
  3. Module Name:
  4. pch.cxx
  5. Abstract:
  6. Pre-compiled header for untfs.
  7. Author:
  8. Matthew Bradburn (mattbr) 26-Apr-1994
  9. --*/
  10. #define _NTAPI_ULIB_
  11. #define _UNTFS_MEMBER_
  12. #include "ulib.hxx"
  13. #if defined(FE_SB) && defined(_X86_)
  14. #include "machine.hxx"
  15. #endif
  16. #include "untfs.hxx"
  17. #include "attrcol.hxx"
  18. #include "attrdef.hxx"
  19. #include "attrib.hxx"
  20. #include "attrlist.hxx"
  21. #include "attrrec.hxx"
  22. #include "badfile.hxx"
  23. #include "bitfrs.hxx"
  24. #include "bootfile.hxx"
  25. #include "clusrun.hxx"
  26. #include "extents.hxx"
  27. #include "frs.hxx"
  28. #include "frsstruc.hxx"
  29. #include "hackwc.hxx"
  30. #include "indxbuff.hxx"
  31. #include "indxroot.hxx"
  32. #include "indxtree.hxx"
  33. #include "logfile.hxx"
  34. #include "mft.hxx"
  35. #include "mftfile.hxx"
  36. #include "mftinfo.hxx"
  37. #include "mftref.hxx"
  38. #include "ntfsbit.hxx"
  39. #include "ntfssa.hxx"
  40. #include "ntfsvol.hxx"
  41. #include "rafile.hxx"
  42. #include "rasd.hxx"
  43. #include "upcase.hxx"
  44. #include "upfile.hxx"
  45. #include "ifssys.hxx"