// MyUnknown.h #ifndef __MY_UNKNOWN_H #define __MY_UNKNOWN_H #ifdef _WIN32 #include #include #else #include "MyWindows.h" #endif #endif