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.

22 lines
558 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1991 - 1992.
  5. //
  6. // File: PCH.CXX
  7. //
  8. // Contents: Precompiled header
  9. //
  10. // History: 04-Feb-94 Rickhi Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #pragma warning(disable:4101) // Local variable not used
  14. #include <common.h>
  15. #include <debnot.h>
  16. #include <math.h>
  17. #include <smartp.hxx>
  18. #include <safepnt.hxx>
  19. #include <sem.hxx>
  20. #pragma hdrstop