os/ossrv/stdcpp/include/config/vc_select_lib.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
# if !( defined(_STLP_WINCE) )
sl@0
     2
#  define _STLP_EXPORT_DECLSPEC __declspec(dllexport)
sl@0
     3
#  define _STLP_IMPORT_DECLSPEC __declspec(dllimport)
sl@0
     4
# endif
sl@0
     5
sl@0
     6
#  if !( defined(_STLP_MSVC) && _STLP_MSVC < 1100)
sl@0
     7
#   define _STLP_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
sl@0
     8
#   define _STLP_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
sl@0
     9
#  endif
sl@0
    10
sl@0
    11
#  if !defined (_STLP_NO_OWN_IOSTREAMS)
sl@0
    12
sl@0
    13
#    if ( defined (__DLL) || defined (_DLL) || defined (_WINDLL) || defined (_RTLDLL) \
sl@0
    14
     || defined(_AFXDLL) || defined (_STLP_USE_DYNAMIC_LIB) ) \
sl@0
    15
       && ! defined (_STLP_USE_STATIC_LIB)
sl@0
    16
#      undef  _STLP_USE_DECLSPEC
sl@0
    17
#      define _STLP_USE_DECLSPEC 1
sl@0
    18
#    endif
sl@0
    19
sl@0
    20
#  ifndef _STLP_IMPORT_TEMPLATE_KEYWORD
sl@0
    21
#   define _STLP_IMPORT_TEMPLATE_KEYWORD  extern
sl@0
    22
#  endif
sl@0
    23
#  define _STLP_EXPORT_TEMPLATE_KEYWORD
sl@0
    24
sl@0
    25
# if defined (_RTLDLL) && defined (_STLP_USE_STATIC_LIB)
sl@0
    26
#    define _STLP_LIB_STATIC_SUFFIX "_staticx"
sl@0
    27
# else
sl@0
    28
#    define _STLP_LIB_STATIC_SUFFIX "_static"
sl@0
    29
# endif
sl@0
    30
sl@0
    31
#    include <config/stl_select_lib.h>
sl@0
    32
sl@0
    33
#  endif /* _STLP_OWN_IOSTREAMS */
sl@0
    34
sl@0
    35