Go to the documentation of this file.
   20 #define _CRT_NOPRAGMA_LIBS 
   22 #undef _CRT_NOPRAGMA_LIBS 
   25 #ifndef _CRT_NOPRAGMA_LIBS 
   27 #if !defined(_M_CEE_PURE) && !defined(MRTDLL) 
   35     #define _DEBUG_AFFIX "d" 
   36     #define _IDL_DEFAULT 2 
   38     #define _DEBUG_AFFIX "" 
   39     #define _IDL_DEFAULT 0 
   42 #if defined(_DLL) && !defined(_STATIC_CPPLIB) 
   43     #define _LIB_STEM "msvcprt" 
   45     #define _LIB_STEM "libcpmt" 
   47     #if _ITERATOR_DEBUG_LEVEL != _IDL_DEFAULT 
   48         #define _IDL_AFFIX _STRINGIZE(_ITERATOR_DEBUG_LEVEL) 
   57 #pragma comment(lib, _LIB_STEM _DEBUG_AFFIX _IDL_AFFIX)