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.

24 lines
589 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: 12-Jul-93 ShannonC Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #pragma warning(disable:4101) // Local variable not used
  14. #include <windows.h>
  15. #include <basetyps.h>
  16. #include <varnt.h>
  17. #include <wtypes.h>
  18. #include <shtyps.h>
  19. #include <oletyp.h>
  20. #include <stdrpc.hxx>
  21. #include <idltyps.h>
  22. #pragma hdrstop