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.

62 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 EvictCleanup library.
  10. //
  11. // Maintained By:
  12. // Vij Vasu (Vvasu) 03-AUG-2000
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. #pragma once
  16. //////////////////////////////////////////////////////////////////////////////
  17. // Macro Definitions
  18. //////////////////////////////////////////////////////////////////////////////
  19. #define _UNICODE
  20. #define UNICODE
  21. #if DBG==1 || defined( _DEBUG )
  22. #define DEBUG
  23. #endif
  24. #define USES_SYSALLOCSTRING
  25. ////////////////////////////////////////////////////////////////////////////////
  26. // Include Files
  27. //////////////////////////////////////////////////////////////////////////////
  28. #include <Pragmas.h>
  29. // For the windows API and types
  30. #include <windows.h>
  31. // For the Cluster API
  32. #include <clusapi.h>
  33. // For COM
  34. #include <objbase.h>
  35. #include <ComCat.h>
  36. #include <StrSafe.h>
  37. // Required to be a part of this DLL
  38. #include <Common.h>
  39. #include <Debug.h>
  40. #include <Log.h>
  41. #include <CITracker.h>
  42. #include <CFactory.h>
  43. #include <Dll.h>
  44. #include <Guids.h>
  45. #include <DispatchHandler.h>
  46. #include <ClusCfgGuids.h>
  47. #include <ClusCfgInternalGuids.h>
  48. #include <ClusCfgClient.h>
  49. #include <ClusCfgServer.h>