//+------------------------------------------------------------------------ // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1993. // // File: benchmrk.hxx // // Contents: definitions for benchmark test // // Classes: // // Functions: // // History: 30-June-93 t-martig Created // //-------------------------------------------------------------------------- #ifndef __BENCHMRK_H #define __BENCHMRK_H #include #include #include #include #include #ifdef _CAIRO_ #include // cairo extensions to OLE, OleInitializeEx, etc. #endif #ifdef WIN32 // BUGBUG: need replacement for WIN16 #include #endif #include #include #include #include #endif // __BENCHMRK_H