ossrv_pub/configuration/inc/stdapis/stlport/stl/_config.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
--- 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