Searched refs:DYNAMIC_MSVCRT_DLL (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dmbyte.c4149 # ifndef DYNAMIC_MSVCRT_DLL
4150 # define DYNAMIC_MSVCRT_DLL "msvcrt.dll" macro
4166 hMsvcrtDLL = LoadLibrary(DYNAMIC_MSVCRT_DLL);
4175 hIconvDLL == 0 ? DYNAMIC_ICONV_DLL : DYNAMIC_MSVCRT_DLL);

Completed in 78 milliseconds