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.

92 lines
2.4 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999-2002 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. #pragma once
  17. //////////////////////////////////////////////////////////////////////////////
  18. // Constant Definitions
  19. //////////////////////////////////////////////////////////////////////////////
  20. #define UNICODE
  21. #define _UNICODE
  22. #if DBG==1 || defined( _DEBUG )
  23. #define DEBUG
  24. //
  25. // Define this to change Interface Tracking
  26. //
  27. //#define NO_TRACE_INTERFACES
  28. #endif // DBG==1 || _DEBUG
  29. //
  30. // Define this to pull in the SysAllocXXX functions. Requires linking to
  31. // OLEAUT32.DLL
  32. //
  33. #define USES_SYSALLOCSTRING
  34. #define COMPONENT_HAS_CATIDS
  35. //////////////////////////////////////////////////////////////////////////////
  36. // Forward Class Declarations
  37. //////////////////////////////////////////////////////////////////////////////
  38. //////////////////////////////////////////////////////////////////////////////
  39. // External Class Declarations
  40. //////////////////////////////////////////////////////////////////////////////
  41. //////////////////////////////////////////////////////////////////////////////
  42. // Include Files
  43. //////////////////////////////////////////////////////////////////////////////
  44. #include <Pragmas.h>
  45. #include <windows.h>
  46. #include <ntsecapi.h>
  47. #include <wincrypt.h>
  48. #include <objbase.h>
  49. #include <ocidl.h>
  50. #include <shlwapi.h>
  51. #include <ComCat.h>
  52. #include <prsht.h>
  53. #include <shfusion.h>
  54. #include <ntddscsi.h>
  55. #include <sddl.h>
  56. #include <WBemCli.h>
  57. #include <ClusRTL.h>
  58. #include <StrSafe.h>
  59. #include <Common.h>
  60. #include <LoadString.h>
  61. #include <Debug.h>
  62. #include <CriticalSection.h>
  63. #include <Log.h>
  64. #include <CITracker.h>
  65. #include <CFactory.h>
  66. #include <Dll.h>
  67. #include <ObjectCookie.h>
  68. #include <Guids.h>
  69. #include <ClusCfgInternalGuids.h>
  70. #include <ClusCfgGuids.h>
  71. #include <ClusCfgWizard.h>
  72. #include <ClusCfgClient.h>
  73. #include <ClusCfgServer.h>
  74. #include <ClusCfgPrivate.h>
  75. //////////////////////////////////////////////////////////////////////////////
  76. // Type Definitions
  77. //////////////////////////////////////////////////////////////////////////////