Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_ole.cpp560 wchar_t w_module[MAX_PATH]; in RegisterMe() local
561 MultiByteToWideChar(CP_ACP, 0, module, -1, w_module, MAX_PATH); in RegisterMe()
564 if (LoadTypeLib(w_module, &typelib) != S_OK) in RegisterMe()
573 if (RegisterTypeLib(typelib, w_module, NULL) != S_OK) in RegisterMe()