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.

89 lines
2.5 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. // Geoffrey Pease (GPease) 15-OCT-1999
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. //////////////////////////////////////////////////////////////////////////////
  16. // Constant Definitions
  17. //////////////////////////////////////////////////////////////////////////////
  18. #define UNICODE
  19. #define SECURITY_WIN32
  20. #if DBG==1 || defined( _DEBUG )
  21. #define DEBUG
  22. //
  23. // Define this to change Interface Tracking
  24. //
  25. //#define NO_TRACE_INTERFACES
  26. //
  27. // Define this to pull in the SysAllocXXX functions. Requires linking to
  28. // OLEAUT32.DLL
  29. //
  30. #define USES_SYSALLOCSTRING
  31. #endif // DBG==1 || _DEBUG
  32. //////////////////////////////////////////////////////////////////////////////
  33. // Forward Class Declarations
  34. //////////////////////////////////////////////////////////////////////////////
  35. //////////////////////////////////////////////////////////////////////////////
  36. // External Class Declarations
  37. //////////////////////////////////////////////////////////////////////////////
  38. //////////////////////////////////////////////////////////////////////////////
  39. // Include Files
  40. //////////////////////////////////////////////////////////////////////////////
  41. #include <windows.h>
  42. #include <shlwapi.h>
  43. #include <objbase.h>
  44. #include <ocidl.h>
  45. #include <olectl.h>
  46. #include <ComCat.h>
  47. #include <ntdsapi.h>
  48. #include <dsgetdc.h>
  49. #include <lm.h>
  50. #include <lmapibuf.h>
  51. #include <windns.h>
  52. #include <clusapi.h>
  53. #include <crt\limits.h>
  54. #include <security.h>
  55. #include <Debug.h>
  56. #include <Log.h>
  57. #include <CITracker.h>
  58. #include <Common.h>
  59. #include <CFactory.h>
  60. #include <Dll.h>
  61. #include <Guids.h>
  62. #include <ObjectCookie.h>
  63. #include <ClusCfgClient.h>
  64. #include "ServiceManager.h"
  65. #include <ClusCfgGuids.h>
  66. #include <ClusCfgWizard.h>
  67. #include <ClusCfgServer.h>
  68. #include <ClusCfgPrivate.h>
  69. #include <LoadString.h>
  70. #include "MiddleTierGuids.h"
  71. #include "..\Wizard\resource.h"
  72. #include <ClusCfgConstants.h>
  73. //////////////////////////////////////////////////////////////////////////////
  74. // Type Definitions
  75. //////////////////////////////////////////////////////////////////////////////
  76. //////////////////////////////////////////////////////////////////////////////
  77. // Constants
  78. //////////////////////////////////////////////////////////////////////////////