michael@0: // MyUnknown.h michael@0: michael@0: #ifndef __MYUNKNOWN_H michael@0: #define __MYUNKNOWN_H michael@0: michael@0: #ifdef _WIN32 michael@0: michael@0: #ifdef _WIN32_WCE michael@0: #if (_WIN32_WCE > 300) michael@0: #include michael@0: #else michael@0: #define MIDL_INTERFACE(x) struct michael@0: #endif michael@0: #else michael@0: #include michael@0: #endif michael@0: michael@0: #include michael@0: michael@0: #else michael@0: #include "MyWindows.h" michael@0: #endif michael@0: michael@0: #endif