sl@0: # if !( defined(_STLP_WINCE) ) sl@0: # define _STLP_EXPORT_DECLSPEC __declspec(dllexport) sl@0: # define _STLP_IMPORT_DECLSPEC __declspec(dllimport) sl@0: # endif sl@0: sl@0: # if !( defined(_STLP_MSVC) && _STLP_MSVC < 1100) sl@0: # define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport) sl@0: # define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport) sl@0: # endif sl@0: sl@0: # if !defined (_STLP_NO_OWN_IOSTREAMS) sl@0: sl@0: # if ( defined (__DLL) || defined (_DLL) || defined (_WINDLL) || defined (_RTLDLL) \ sl@0: || defined(_AFXDLL) || defined (_STLP_USE_DYNAMIC_LIB) ) \ sl@0: && ! defined (_STLP_USE_STATIC_LIB) sl@0: # undef _STLP_USE_DECLSPEC sl@0: # define _STLP_USE_DECLSPEC 1 sl@0: # endif sl@0: sl@0: # ifndef _STLP_IMPORT_TEMPLATE_KEYWORD sl@0: # define _STLP_IMPORT_TEMPLATE_KEYWORD extern sl@0: # endif sl@0: # define _STLP_EXPORT_TEMPLATE_KEYWORD sl@0: sl@0: # if defined (_RTLDLL) && defined (_STLP_USE_STATIC_LIB) sl@0: # define _STLP_LIB_STATIC_SUFFIX "_staticx" sl@0: # else sl@0: # define _STLP_LIB_STATIC_SUFFIX "_static" sl@0: # endif sl@0: sl@0: # include sl@0: sl@0: # endif /* _STLP_OWN_IOSTREAMS */ sl@0: sl@0: