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.

113 lines
3.2 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2002 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // Pch.h
  7. //
  8. // Description:
  9. // Precompiled header file.
  10. // Include file for standard system include files, or project specific
  11. // include files that are used frequently, but are changed infrequently.
  12. //
  13. // Maintained By:
  14. // Galen Barbee (GalenB) 14-MAY-2000
  15. //
  16. //////////////////////////////////////////////////////////////////////////////
  17. //////////////////////////////////////////////////////////////////////////////
  18. // Constant Definitions
  19. //////////////////////////////////////////////////////////////////////////////
  20. #ifndef UNICODE
  21. #define UNICODE
  22. #endif
  23. #ifndef _UNICODE
  24. #define _UNICODE
  25. #endif
  26. #if DBG==1 || defined( _DEBUG )
  27. #define DEBUG
  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. //////////////////////////////////////////////////////////////////////////////
  35. // Forward Class Declarations
  36. //////////////////////////////////////////////////////////////////////////////
  37. //////////////////////////////////////////////////////////////////////////////
  38. // External Class Declarations
  39. //////////////////////////////////////////////////////////////////////////////
  40. //////////////////////////////////////////////////////////////////////////////
  41. // Include Files
  42. //////////////////////////////////////////////////////////////////////////////
  43. #include <Pragmas.h>
  44. #include <windows.h>
  45. #include <windowsx.h>
  46. #include <prsht.h>
  47. #include <objbase.h>
  48. #include <objidl.h>
  49. #include <ocidl.h>
  50. #include <ComCat.h>
  51. #include <tchar.h>
  52. #include <commctrl.h>
  53. #include <shellapi.h>
  54. #include <shlwapi.h>
  55. #include <wbemcli.h>
  56. #include <windns.h>
  57. #include <ObjSel.h>
  58. #include <richedit.h>
  59. #include <clusrtl.h>
  60. #include <winsock2.h>
  61. #include <ws2tcpip.h>
  62. #include <htmlhelp.h>
  63. #include <strsafe.h>
  64. #include <Guids.h>
  65. #include <Common.h>
  66. #include <CFactory.h>
  67. #include <Dll.h>
  68. #include <Debug.h>
  69. #include <Log.h>
  70. #include <CITracker.h>
  71. #include <ObjectCookie.h>
  72. #include <ClusCfgGuids.h>
  73. #include <ClusCfgInternalGuids.h>
  74. #include <ClusCfgWizard.h>
  75. #include <ClusCfgClient.h>
  76. #include <ClusCfgServer.h>
  77. #include <ClusCfgDef.h>
  78. #include <LoadString.h>
  79. #include <DispatchHandler.h>
  80. #include <ClusCfg.h>
  81. #include <NameUtil.h>
  82. #include "resource.h"
  83. #include "WizardStrings.h"
  84. #include <CommonStrings.h>
  85. #include "MessageBox.h"
  86. #include "WaitCursor.h"
  87. #include "WizardHelp.h"
  88. //////////////////////////////////////////////////////////////////////////////
  89. // Type Definitions
  90. //////////////////////////////////////////////////////////////////////////////
  91. //////////////////////////////////////////////////////////////////////////////
  92. // Global Definitions
  93. //////////////////////////////////////////////////////////////////////////////
  94. //////////////////////////////////////////////////////////////////////////////
  95. // Constants
  96. //////////////////////////////////////////////////////////////////////////////
  97. #define WM_CCW_UPDATEBUTTONS ( WM_APP + 1 )