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.

57 lines
1.4 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2002 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // pch.h
  7. //
  8. // Description:
  9. // Precompiled header file for the Startup library.
  10. //
  11. // Maintained By:
  12. // David Potter (DavidP) 25-MAR-2002
  13. // Vij Vasu (Vvasu) 03-AUG-2000
  14. //
  15. //////////////////////////////////////////////////////////////////////////////
  16. #pragma once
  17. //////////////////////////////////////////////////////////////////////////////
  18. // Macro Definitions
  19. //////////////////////////////////////////////////////////////////////////////
  20. #define _UNICODE
  21. #define UNICODE
  22. #if DBG==1 || defined( _DEBUG )
  23. #define DEBUG
  24. #endif
  25. #define USES_SYSALLOCSTRING
  26. ////////////////////////////////////////////////////////////////////////////////
  27. // Include Files
  28. //////////////////////////////////////////////////////////////////////////////
  29. #include <Pragmas.h>
  30. // For the windows API and types
  31. #include <windows.h>
  32. // For COM
  33. #include <objbase.h>
  34. #include <ComCat.h>
  35. #include <StrSafe.h>
  36. // Required to be a part of this DLL
  37. #include <Common.h>
  38. #include <Debug.h>
  39. #include <Log.h>
  40. #include <CITracker.h>
  41. #include <CFactory.h>
  42. #include <Dll.h>
  43. #include <Guids.h>
  44. #include <ClusCfgGuids.h>
  45. #include <ClusCfgInternalGuids.h>
  46. #include <ClusCfgServer.h>