//+------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1993. // // File: oletest.h // // Contents: include all other headers needed for oletest // // History: dd-mmm-yy Author Comment // 06-Feb-93 alexgo author // //-------------------------------------------------------------------------- #ifndef _OLETEST_H #define _OLETEST_H //system includes #include #include #include #include #include #include // define the OLECHAR stuff #ifndef WIN32 #define OLECHAR char #define LPOLESTR LPSTR #define OLESTR(x) x #include #endif // !WIN32 //app includes #include "assert.h" #include "task.h" #include "stack.h" #include "app.h" #include "output.h" #include "utils.h" #include #else Error! Oletest.h included multiple times. #endif //!_OLETEST_H