Update contrib.
1 # if !( defined(_STLP_WINCE) )
2 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
3 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
6 # if !( defined(_STLP_MSVC) && _STLP_MSVC < 1100)
7 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
8 # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
11 # if !defined (_STLP_NO_OWN_IOSTREAMS)
13 # if ( defined (__DLL) || defined (_DLL) || defined (_WINDLL) || defined (_RTLDLL) \
14 || defined(_AFXDLL) || defined (_STLP_USE_DYNAMIC_LIB) ) \
15 && ! defined (_STLP_USE_STATIC_LIB)
16 # undef _STLP_USE_DECLSPEC
17 # define _STLP_USE_DECLSPEC 1
20 # ifndef _STLP_IMPORT_TEMPLATE_KEYWORD
21 # define _STLP_IMPORT_TEMPLATE_KEYWORD extern
23 # define _STLP_EXPORT_TEMPLATE_KEYWORD
25 # if defined (_RTLDLL) && defined (_STLP_USE_STATIC_LIB)
26 # define _STLP_LIB_STATIC_SUFFIX "_staticx"
28 # define _STLP_LIB_STATIC_SUFFIX "_static"
31 # include <config/stl_select_lib.h>
33 # endif /* _STLP_OWN_IOSTREAMS */