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.

101 lines
2.8 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. // 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. #endif // DBG==1 || _DEBUG
  27. //
  28. // Define this to pull in the SysAllocXXX functions. Requires linking to
  29. // OLEAUT32.DLL
  30. //
  31. #define USES_SYSALLOCSTRING
  32. //////////////////////////////////////////////////////////////////////////////
  33. // Forward Class Declarations
  34. //////////////////////////////////////////////////////////////////////////////
  35. //////////////////////////////////////////////////////////////////////////////
  36. // External Class Declarations
  37. //////////////////////////////////////////////////////////////////////////////
  38. //////////////////////////////////////////////////////////////////////////////
  39. // Include Files
  40. //////////////////////////////////////////////////////////////////////////////
  41. #include <Pragmas.h>
  42. #include <windows.h>
  43. #include <shlwapi.h>
  44. #include <objbase.h>
  45. #include <ocidl.h>
  46. #include <olectl.h>
  47. #include <ComCat.h>
  48. #include <ntdsapi.h>
  49. #include <dsgetdc.h>
  50. #include <lm.h>
  51. #include <lmapibuf.h>
  52. #include <windns.h>
  53. #include <clusapi.h>
  54. #include <crt\limits.h>
  55. #include <security.h>
  56. #include <strsafe.h>
  57. #include <clusrtl.h>
  58. #include <Debug.h>
  59. #include <Log.h>
  60. #include <CITracker.h>
  61. #include <Common.h>
  62. #include <CriticalSection.h>
  63. #include <CFactory.h>
  64. #include <Dll.h>
  65. #include <Guids.h>
  66. #include <ObjectCookie.h>
  67. #include <ClusCfgClient.h>
  68. #include "ServiceManager.h"
  69. #include <ClusCfgGuids.h>
  70. #include <ClusCfgInternalGuids.h>
  71. #include <ClusCfgWizard.h>
  72. #include <ClusCfgServer.h>
  73. #include <ClusCfgPrivate.h>
  74. #include <LoadString.h>
  75. #include <NameUtil.h>
  76. #include "MiddleTierGuids.h"
  77. #include "MiddleTierUtils.h"
  78. #include "MiddleTierStrings.h"
  79. #include "CommonStrings.h"
  80. #include <ClusCfgDef.h>
  81. //////////////////////////////////////////////////////////////////////////////
  82. // Type Definitions
  83. //////////////////////////////////////////////////////////////////////////////
  84. //////////////////////////////////////////////////////////////////////////////
  85. // Constants
  86. //////////////////////////////////////////////////////////////////////////////