00001 # if !( defined(_STLP_WINCE) )
00002 # define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
00003 # define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
00004 # endif
00005
00006 # if !( defined(_STLP_MSVC) && _STLP_MSVC < 1100)
00007 # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
00008 # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
00009 # endif
00010
00011 # if !defined (_STLP_NO_OWN_IOSTREAMS)
00012
00013 # if ( defined (__DLL) || defined (_DLL) || defined (_WINDLL) || defined (_RTLDLL) \
00014 || defined(_AFXDLL) || defined (_STLP_USE_DYNAMIC_LIB) ) \
00015 && ! defined (_STLP_USE_STATIC_LIB)
00016 # undef _STLP_USE_DECLSPEC
00017 # define _STLP_USE_DECLSPEC 1
00018 # endif
00019
00020 # ifndef _STLP_IMPORT_TEMPLATE_KEYWORD
00021 # define _STLP_IMPORT_TEMPLATE_KEYWORD extern
00022 # endif
00023 # define _STLP_EXPORT_TEMPLATE_KEYWORD
00024
00025 # if defined (_RTLDLL) && defined (_STLP_USE_STATIC_LIB)
00026 # define _STLP_LIB_STATIC_SUFFIX "_staticx"
00027 # else
00028 # define _STLP_LIB_STATIC_SUFFIX "_static"
00029 # endif
00030
00031 # include <config/stl_select_lib.h>
00032
00033 # endif
00034
00035