////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2000 Microsoft Corporation // // Module Name: // pch.h // // Description: // Precompiled header file for the EvictCleanup library. // // Maintained By: // Vij Vasu (Vvasu) 03-AUG-2000 // ////////////////////////////////////////////////////////////////////////////// #pragma once ////////////////////////////////////////////////////////////////////////////// // Macro Definitions ////////////////////////////////////////////////////////////////////////////// #define _UNICODE #define UNICODE #if DBG==1 || defined( _DEBUG ) #define DEBUG #define USES_SYSALLOCSTRING #endif //////////////////////////////////////////////////////////////////////////////// // Include Files ////////////////////////////////////////////////////////////////////////////// // For the windows API and types #include // For COM #include #include // Required to be a part of this DLL #include #include #include #include #include #include #include #include #include #include