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.

41 lines
739 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1992.
  5. //
  6. // File: PCH.cxx
  7. //
  8. // Contents: Pre-compiled header
  9. //
  10. // History: 01-July-96 PatHal Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #include <windows.h>
  14. #include <excpt.h>
  15. #define UNICODE
  16. // NT Private includes
  17. #include "filter.h"
  18. #include "query.h"
  19. #include "cierror.h"
  20. #include "assert.h"
  21. extern "C"
  22. {
  23. # include "thammer.h"
  24. # include "thammerp.h"
  25. # include "ctplus0.h"
  26. #if defined(TH_LOG)
  27. # include "log.h"
  28. #endif // TH_LOG
  29. }
  30. #undef Assert
  31. #define Assert(a)
  32. // Base services
  33. //
  34. #pragma hdrstop