Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c5009 WCHAR *wtitle = enc_to_utf16((char_u *)title, NULL); in mch_call_shell() local
5011 if (wmsg != NULL && wtitle != NULL) in mch_call_shell()
5012 MessageBoxW(NULL, wmsg, wtitle, MB_ICONWARNING); in mch_call_shell()
5014 vim_free(wtitle); in mch_call_shell()