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.

84 lines
2.2 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // Pch.h
  7. //
  8. // Description:
  9. // Precompiled header file.
  10. //
  11. // Maintained By:
  12. // Galen Barbee (GalenB) 01-MAR-2000
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. //////////////////////////////////////////////////////////////////////////////
  16. // Constant Definitions
  17. //////////////////////////////////////////////////////////////////////////////
  18. #define UNICODE
  19. #if DBG==1 || defined( _DEBUG )
  20. #define DEBUG
  21. //
  22. // Define this to change Interface Tracking
  23. //
  24. //#define NO_TRACE_INTERFACES
  25. //
  26. // Define this to pull in the SysAllocXXX functions. Requires linking to
  27. // OLEAUT32.DLL
  28. //
  29. #define USES_SYSALLOCSTRING
  30. #endif // DBG==1 || _DEBUG
  31. const int TIMEOUT = -1;
  32. const int PUNKCHUNK = 10;
  33. //////////////////////////////////////////////////////////////////////////////
  34. // Forward Class Declarations
  35. //////////////////////////////////////////////////////////////////////////////
  36. //////////////////////////////////////////////////////////////////////////////
  37. // External Class Declarations
  38. //////////////////////////////////////////////////////////////////////////////
  39. //////////////////////////////////////////////////////////////////////////////
  40. // Include Files
  41. //////////////////////////////////////////////////////////////////////////////
  42. #include <Pragmas.h>
  43. #include <windows.h>
  44. #include <objbase.h>
  45. #include <wchar.h>
  46. #include <ComCat.h>
  47. #include <clusapi.h>
  48. #include <windns.h>
  49. #include <winsock2.h>
  50. #include <nb30.h>
  51. #include <Common.h>
  52. #include <Debug.h>
  53. #include <Log.h>
  54. #include <CITracker.h>
  55. #include <CFactory.h>
  56. #include <Dll.h>
  57. #include <guids.h>
  58. #include <ObjectCookie.h>
  59. #include <ClusCfgClient.h>
  60. #include <ClusCfgGuids.h>
  61. #include <ClusCfgServer.h>
  62. #include <ClusCfgPrivate.h>
  63. #include "IHandleProvider.h"
  64. #include "CHandleProvider.h"
  65. #include "CBasePropList.h"
  66. #include "CBaseInfo.h"
  67. #include "..\wizard\resource.h"
  68. #include <LoadString.h>
  69. //////////////////////////////////////////////////////////////////////////////
  70. // Type Definitions
  71. //////////////////////////////////////////////////////////////////////////////