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.

35 lines
807 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. #if defined(WIN32) && WIN32 != 300
  14. // 32-bit non-Cairo hack - windows.h includes ole.h which is incompatible
  15. // with ole2.h, as well as rpc.h which is incompatible with compobj.h
  16. #define _INC_OLE
  17. #define __RPC_H__
  18. #endif
  19. #include <memory.h>
  20. #include <stdio.h>
  21. #include <stdlib.h>
  22. #include <windows.h>
  23. #if WIN32 != 300
  24. #include <storage.h>
  25. #endif
  26. #include <debnot.h>
  27. #include <drt.hxx>
  28. #include <wrap.hxx>
  29. #include <util.hxx>
  30. #include <strlist.hxx>