Go to the documentation of this file.
20 #if defined _M_CEE_PURE || defined _STATIC_CPPLIB
22 #elif defined MRTDLL && defined _CRTBLD
25 #define _CRTIMP_PURE _CRTIMP
30 #if defined CRTDLL2 && defined _CRTBLD
31 #define _CRTIMP2 __declspec(dllexport)
33 #if defined _DLL && !defined _STATIC_CPPLIB
34 #define _CRTIMP2 __declspec(dllimport)
42 #if defined CONCRTDLL && defined _CRTBLD
43 #define _CONCRTIMP __declspec(dllexport)
45 #if defined _DLL && !defined _STATIC_CPPLIB
46 #define _CONCRTIMP __declspec(dllimport)
54 #if defined CRTDLL2 && defined _CRTBLD
55 #define _MRTIMP2 __declspec(dllexport)
56 #elif defined MRTDLL && defined _CRTBLD
57 #define _MRTIMP2 _MRTIMP
59 #if defined _DLL && !defined _STATIC_CPPLIB
60 #define _MRTIMP2 __declspec(dllimport)