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.

53 lines
930 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. // History: 26-Oct-92 AlexT Created
  11. //
  12. //--------------------------------------------------------------------------
  13. extern "C"
  14. {
  15. #include <nt.h>
  16. #include <ntrtl.h>
  17. #include <nturtl.h>
  18. #include <windef.h>
  19. }
  20. #include <memory.h>
  21. #include <stdio.h>
  22. #include <stdlib.h>
  23. #include <string.h>
  24. #include <windows.h>
  25. #include <ole2.h>
  26. #include <propset.h>
  27. #include <propapi.h>
  28. #include <propstm.hxx>
  29. #include <stgprops.hxx>
  30. #if defined(_CHICAGO_)
  31. #include <widewrap.h>
  32. #endif
  33. #include <safedecl.hxx>
  34. #include <dfexcept.hxx>
  35. #include <docfilep.hxx>
  36. #include <msf.hxx>
  37. #include <publicdf.hxx>
  38. #include <debug.hxx>
  39. #include <dfmem.hxx>
  40. #include <funcs.hxx>
  41. #ifdef ASYNC
  42. #include <async.hxx>
  43. #endif