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.

87 lines
2.3 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. //
  11. // Maintained By:
  12. // Galen Barbee (GalenB) 01-MAR-2000
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. #pragma once
  16. //////////////////////////////////////////////////////////////////////////////
  17. // Constant Definitions
  18. //////////////////////////////////////////////////////////////////////////////
  19. #define UNICODE
  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. const int TIMEOUT = -1;
  33. const int PUNKCHUNK = 10;
  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 <objbase.h>
  46. #include <wchar.h>
  47. #include <ComCat.h>
  48. #include <clusapi.h>
  49. #include <windns.h>
  50. #include <winsock2.h>
  51. #include <ws2tcpip.h>
  52. #include <wincrypt.h>
  53. #include <nb30.h>
  54. #include <clusrtl.h>
  55. #include <StrSafe.h>
  56. #include <Common.h>
  57. #include <Debug.h>
  58. #include <Log.h>
  59. #include <CITracker.h>
  60. #include <CFactory.h>
  61. #include <Dll.h>
  62. #include <Guids.h>
  63. #include <ObjectCookie.h>
  64. #include <ClusCfgClient.h>
  65. #include <ClusCfgGuids.h>
  66. #include <ClusCfgServer.h>
  67. #include <ClusCfgPrivate.h>
  68. #include "..\wizard\WizardStrings.h"
  69. #include <LoadString.h>
  70. #include <StrSafe.h>
  71. //////////////////////////////////////////////////////////////////////////////
  72. // Type Definitions
  73. //////////////////////////////////////////////////////////////////////////////