////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2001-2002 Microsoft Corporation // // Module Name: // Pch.h // // Description: // Precompiled header file for the EvictNotify library. // // Maintained By: // Galen Barbee (GalenB) 20-SEP-2001 // ////////////////////////////////////////////////////////////////////////////// #pragma once ////////////////////////////////////////////////////////////////////////////// // Macro Definitions ////////////////////////////////////////////////////////////////////////////// #define _UNICODE #define UNICODE #if DBG==1 || defined( _DEBUG ) #define DEBUG #endif #define USES_SYSALLOCSTRING //////////////////////////////////////////////////////////////////////////////// // Include Files ////////////////////////////////////////////////////////////////////////////// #include // For the windows API and types #include // For COM #include #include #include // Required to be a part of this DLL #include #include #include #include #include #include #include #include #include #include