Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c4865 # ifndef DYNAMIC_MSVCRT_DLL
4866 # define DYNAMIC_MSVCRT_DLL "msvcrt.dll" macro
4896 hMsvcrtDLL = vimLoadLib(DYNAMIC_MSVCRT_DLL); in iconv_enabled()
4905 hIconvDLL == 0 ? DYNAMIC_ICONV_DLL : DYNAMIC_MSVCRT_DLL, in iconv_enabled()