Searched refs:wtitle (Results 1 – 1 of 1) sorted by relevance
5009 WCHAR *wtitle = enc_to_utf16((char_u *)title, NULL); in mch_call_shell() local5011 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()