Leaked source code of windows server 2003
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.

34 lines
846 B

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