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.

33 lines
634 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1992.
  5. //
  6. // File: headers.cxx
  7. //
  8. // Contents: Precompiled headers
  9. //
  10. // History: 05-Nov-92 AlexT Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #include <memory.h>
  14. #include <stdio.h>
  15. #include <stdlib.h>
  16. #include <windows.h>
  17. #include <ole2.h>
  18. #ifdef _CAIRO_
  19. #define _DCOM_
  20. #define _CAIROSTG_
  21. #include <oleext.h>
  22. #endif
  23. #include <debnot.h>
  24. #include <drt.hxx>
  25. #include <wrap.hxx>
  26. #include <util.hxx>
  27. #include <strlist.hxx>