ossrv_pub/configuration/inc/stdapis/stlport/stl/_config.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
  1009 #  ifndef _STLP_CLASS_IMPORT_DECLSPEC
  1009 #  ifndef _STLP_CLASS_IMPORT_DECLSPEC
  1010 #   define _STLP_CLASS_IMPORT_DECLSPEC
  1010 #   define _STLP_CLASS_IMPORT_DECLSPEC
  1011 #  endif
  1011 #  endif
  1012 #  if defined (_STLP_DESIGNATED_DLL) /* This is a lib which will contain STLport exports */
  1012 #  if defined (_STLP_DESIGNATED_DLL) /* This is a lib which will contain STLport exports */
  1013 #   define  _STLP_DECLSPEC        _STLP_IMPORT_DECLSPEC 
  1013 #   define  _STLP_DECLSPEC        _STLP_IMPORT_DECLSPEC 
       
  1014 #   define  _STLP_DUMMY_IMP_DECLSPEC    _STLP_DECLSPEC 
  1014 #   define  _STLP_EXP_DECLSPEC    _STLP_EXPORT_DECLSPEC
  1015 #   define  _STLP_EXP_DECLSPEC    _STLP_EXPORT_DECLSPEC
  1015 #   define  _STLP_CLASS_DECLSPEC  _STLP_CLASS_EXPORT_DECLSPEC 
  1016 #   define  _STLP_CLASS_DECLSPEC  _STLP_CLASS_EXPORT_DECLSPEC 
  1016 #  else
  1017 #  else
  1017 #   define  _STLP_DECLSPEC        //_STLP_IMPORT_DECLSPEC   /* Other modules, importing STLport exports */
  1018 #   define  _STLP_DECLSPEC        _STLP_IMPORT_DECLSPEC   /* Other modules, importing STLport exports */
  1018 #   define  _STLP_EXP_DECLSPEC    //_STLP_EXPORT_DECLSPEC
  1019 #   define  _STLP_DUMMY_IMP_DECLSPEC     /* correction for RCT4.0 */
       
  1020 #   define  _STLP_EXP_DECLSPEC    // _STLP_EXPORT_DECLSPEC
  1019 #   define  _STLP_CLASS_DECLSPEC  _STLP_CLASS_IMPORT_DECLSPEC
  1021 #   define  _STLP_CLASS_DECLSPEC  _STLP_CLASS_IMPORT_DECLSPEC
  1020 #   undef _STLP_USE_NAMESPACES
  1022 #   undef _STLP_USE_NAMESPACES
  1021 #   define _STLP_USE_NAMESPACES
  1023 #   define _STLP_USE_NAMESPACES
  1022 #  endif
  1024 #  endif
  1023 
  1025