Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c4859 # ifndef DYNAMIC_ICONV_DLL
4860 # define DYNAMIC_ICONV_DLL "iconv.dll" macro
4889 hIconvDLL = vimLoadLib(DYNAMIC_ICONV_DLL); in iconv_enabled()
4905 hIconvDLL == 0 ? DYNAMIC_ICONV_DLL : DYNAMIC_MSVCRT_DLL, in iconv_enabled()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt7452 Problem: When defining DYNAMIC_ICONV_DLL in the makefile, the build fails.