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.

68 lines
2.1 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) 22-JAN-2000
  13. // David Potter (DavidP) 22-JAN-2000
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. //////////////////////////////////////////////////////////////////////////////
  17. // Constant Definitions
  18. //////////////////////////////////////////////////////////////////////////////
  19. #define UNICODE
  20. #define _UNICODE
  21. #if DBG==1 || defined( _DEBUG )
  22. #define DEBUG
  23. // Define these to change Interface Tracking
  24. //#define NO_TRACE_INTERFACES
  25. //#define NOISY_TRACE_INTERFACES
  26. #endif // DBG==1
  27. #define USES_SYSALLOCSTRING
  28. //////////////////////////////////////////////////////////////////////////////
  29. // Forward Class Declarations
  30. //////////////////////////////////////////////////////////////////////////////
  31. //////////////////////////////////////////////////////////////////////////////
  32. // External Class Declarations
  33. //////////////////////////////////////////////////////////////////////////////
  34. //////////////////////////////////////////////////////////////////////////////
  35. // Include Files
  36. //////////////////////////////////////////////////////////////////////////////
  37. #include <windows.h>
  38. #include <objbase.h>
  39. #include <ocidl.h>
  40. #include <shlwapi.h>
  41. #include <common.h>
  42. #include <debug.h>
  43. #include <log.h>
  44. #include <citracker.h>
  45. #include <guids.h>
  46. #include <ObjectCookie.h>
  47. #include <ClusCfgWizard.h>
  48. #include <ClusCfgClient.h>
  49. #include <ClusCfgServer.h>
  50. #include <ClusCfgPrivate.h>
  51. //////////////////////////////////////////////////////////////////////////////
  52. // Type Definitions
  53. //////////////////////////////////////////////////////////////////////////////
  54. //////////////////////////////////////////////////////////////////////////////
  55. // Global Definitions
  56. //////////////////////////////////////////////////////////////////////////////
  57. extern HINSTANCE g_hInstance;
  58. extern LONG g_cObjects;