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.

39 lines
638 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: PCH.cxx
  7. //
  8. // Contents: Pre-compiled header
  9. //
  10. // History: weibz, 10-Sep-1997 created
  11. //
  12. //--------------------------------------------------------------------------
  13. extern "C"
  14. {
  15. #include <nt.h>
  16. #include <ntrtl.h>
  17. #include <nturtl.h>
  18. }
  19. #include <windows.h>
  20. #include <cierror.h>
  21. #include <query.h>
  22. #include <except.hxx>
  23. #include <assert.h>
  24. #include <usp10.h>
  25. #include "ctplus0.h"
  26. #undef Assert
  27. #define Assert(a)
  28. // Base services
  29. //
  30. #pragma hdrstop