00001 #ifndef __MVC_H__ 00002 #define __MVC_H__ 00003 00004 #include <utilities/mvc/mvc_core.h> 00005 #include <utilities/mvc/mvc_interfaces.h> 00006 #include <utilities/mvc/string_collection.h> 00007 00008 #if !defined( WIN32_PLATFORM ) && !defined( NIX_PLATFORM ) && !defined( MINGW_PLATFORM ) && !defined( CYGWIN_PLATFORM ) 00009 #define WIN32_PLATFORM 00010 #endif 00011 00012 #endif