diff -r 47c74d1534e1 -r ddc455616bd6 ossrv_pub/configuration/inc/stdapis/stlport/stl/_config.h --- a/ossrv_pub/configuration/inc/stdapis/stlport/stl/_config.h Fri Apr 16 16:46:38 2010 +0300 +++ b/ossrv_pub/configuration/inc/stdapis/stlport/stl/_config.h Mon May 03 14:06:43 2010 +0300 @@ -1011,11 +1011,13 @@ # endif # if defined (_STLP_DESIGNATED_DLL) /* This is a lib which will contain STLport exports */ # define _STLP_DECLSPEC _STLP_IMPORT_DECLSPEC +# define _STLP_DUMMY_IMP_DECLSPEC _STLP_DECLSPEC # define _STLP_EXP_DECLSPEC _STLP_EXPORT_DECLSPEC # define _STLP_CLASS_DECLSPEC _STLP_CLASS_EXPORT_DECLSPEC # else -# define _STLP_DECLSPEC //_STLP_IMPORT_DECLSPEC /* Other modules, importing STLport exports */ -# define _STLP_EXP_DECLSPEC //_STLP_EXPORT_DECLSPEC +# define _STLP_DECLSPEC _STLP_IMPORT_DECLSPEC /* Other modules, importing STLport exports */ +# define _STLP_DUMMY_IMP_DECLSPEC /* correction for RCT4.0 */ +# define _STLP_EXP_DECLSPEC // _STLP_EXPORT_DECLSPEC # define _STLP_CLASS_DECLSPEC _STLP_CLASS_IMPORT_DECLSPEC # undef _STLP_USE_NAMESPACES # define _STLP_USE_NAMESPACES