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
879 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996.
  5. //
  6. // File: pch.hxx
  7. //
  8. // Contents: precompiled headers
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // Coupling:
  15. //
  16. // Notes:
  17. //
  18. // History: 11-22-1996 benl Created
  19. //
  20. //----------------------------------------------------------------------------
  21. #ifndef _CPCH
  22. #define _CPCH
  23. extern "C"
  24. {
  25. #include <ntos.h>
  26. #include <zwapi.h>
  27. #include <FsRtl.h>
  28. #include <ntrtl.h>
  29. #include <nturtl.h>
  30. #include <lfs.h>
  31. #include <ntfs.h>
  32. #undef UpdateSequenceStructureSize
  33. #undef UpdateSequenceArraySize
  34. #include <lfsdisk.h>
  35. }
  36. #include <windef.h>
  37. #include <stdlib.h>
  38. #include <stdio.h>
  39. //#include <assert.h>
  40. #include <tchar.h>
  41. #include <limits.h>
  42. #include "myassert.hxx"
  43. #ifdef MEM_CHECK
  44. #include "mydebug.hxx"
  45. #endif
  46. #endif