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.

28 lines
678 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1992.
  5. //
  6. // File: exphead.cxx
  7. //
  8. // Contents: Precompiled headers
  9. //
  10. //--------------------------------------------------------------------------
  11. #ifdef _MSC_VER
  12. // some of these warnings are a nuisance
  13. #pragma warning (disable:4514) // unreferenced inline function
  14. #endif
  15. #include <memory.h>
  16. #include <stdio.h>
  17. #include <stdlib.h>
  18. #include <string.h>
  19. #include "h/ref.hxx"
  20. #include "h/dfexcept.hxx"
  21. #include "h/msf.hxx"
  22. #include "h/docfilep.hxx"
  23. #include "expdf.hxx"
  24. #include "h/funcs.hxx"
  25. #include "h/piter.hxx"