diff src/proto/os_mswin.pro @ 8837:e6c92db1e8b8 v7.4.1706

commit https://github.com/vim/vim/commit/e185c1efba3cb2611ac303c39a08e908497cbac4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 3 22:22:30 2016 +0200 patch 7.4.1706 Problem: Old style function declaration breaks build. Solution: Remove __ARGS().
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Apr 2016 22:30:05 +0200
parents c1a5623cfc86
children f094d4085014
line wrap: on
line diff
--- a/src/proto/os_mswin.pro
+++ b/src/proto/os_mswin.pro
@@ -49,7 +49,7 @@ void serverForeground(char_u *name);
 char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait);
 void serverProcessPendingMessages(void);
 char *charset_id2name(int id);
-char *quality_id2name __ARGS((DWORD id));
+char *quality_id2name(DWORD id);
 int get_logfont(LOGFONT *lf, char_u *name, HDC printer_dc, int verbose);
 void channel_init_winsock(void);
 /* vim: set ft=c : */