diff options
Diffstat (limited to 'src/gui_w16.c')
-rw-r--r-- | src/gui_w16.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui_w16.c b/src/gui_w16.c index 68667846b..5ef8c1031 100644 --- a/src/gui_w16.c +++ b/src/gui_w16.c @@ -1098,7 +1098,8 @@ gui_mch_dialog( char_u *message, char_u *buttons, int dfltbutton, - char_u *textfield) + char_u *textfield, + int ex_cmd) { FARPROC dp; LPWORD p, pnumitems; |