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.

77 lines
2.2 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999-2001 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // Pch.h
  7. //
  8. // Description:
  9. // Precompiled header file.
  10. //
  11. // Maintained By:
  12. // David Potter (DavidP) 19-MAR-2001
  13. // Geoffrey Pease (GPease) 15-OCT-1999
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. //////////////////////////////////////////////////////////////////////////////
  17. // Constant Definitions
  18. //////////////////////////////////////////////////////////////////////////////
  19. #define UNICODE
  20. #define _UNICODE
  21. #if DBG==1 || defined( _DEBUG )
  22. #define DEBUG
  23. //
  24. // Define this to change Interface Tracking
  25. //
  26. //#define NO_TRACE_INTERFACES
  27. //
  28. // Define this to pull in the SysAllocXXX functions. Requires linking to
  29. // OLEAUT32.DLL
  30. //
  31. #define USES_SYSALLOCSTRING
  32. #endif // DBG==1 || _DEBUG
  33. #define COMPONENT_HAS_CATIDS
  34. //////////////////////////////////////////////////////////////////////////////
  35. // Forward Class Declarations
  36. //////////////////////////////////////////////////////////////////////////////
  37. //////////////////////////////////////////////////////////////////////////////
  38. // External Class Declarations
  39. //////////////////////////////////////////////////////////////////////////////
  40. //////////////////////////////////////////////////////////////////////////////
  41. // Include Files
  42. //////////////////////////////////////////////////////////////////////////////
  43. #include <windows.h>
  44. #include <objbase.h>
  45. #include <ocidl.h>
  46. #include <shlwapi.h>
  47. #include <ComCat.h>
  48. #include <prsht.h>
  49. #include <shfusion.h>
  50. #include <Common.h>
  51. #include <debug.h>
  52. #include <log.h>
  53. #include <CITracker.h>
  54. #include <CFactory.h>
  55. #include <Dll.h>
  56. #include <guids.h>
  57. #include <ObjectCookie.h>
  58. #include <ClusCfgGuids.h>
  59. #include <ClusCfgWizard.h>
  60. #include <ClusCfgClient.h>
  61. #include <ClusCfgServer.h>
  62. #include <ClusCfgPrivate.h>
  63. #include <WBemCli.h>
  64. #include <clusapi.h> // TODO: This file may not be needed.
  65. //////////////////////////////////////////////////////////////////////////////
  66. // Type Definitions
  67. //////////////////////////////////////////////////////////////////////////////