Source code of Windows XP (NT5)
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.

51 lines
1.2 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000 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. #define USES_SYSALLOCSTRING
  24. #endif
  25. ////////////////////////////////////////////////////////////////////////////////
  26. // Include Files
  27. //////////////////////////////////////////////////////////////////////////////
  28. // For the windows API and types
  29. #include <windows.h>
  30. // For COM
  31. #include <objbase.h>
  32. #include <ComCat.h>
  33. // Required to be a part of this DLL
  34. #include <Common.h>
  35. #include <Debug.h>
  36. #include <Log.h>
  37. #include <CITracker.h>
  38. #include <CFactory.h>
  39. #include <Dll.h>
  40. #include <Guids.h>
  41. #include <ClusCfgGuids.h>
  42. #include <ClusCfgServer.h>