Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c3714 WCHAR wszFile[BUFPATHLEN]; in _OnDropFiles() local
3735 if (DragQueryFileW(hDrop, i, wszFile, BUFPATHLEN) > 0) in _OnDropFiles()
3736 fnames[i] = utf16_to_enc(wszFile, NULL); in _OnDropFiles()