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.

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