diff options
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r-- | src/gui_w32.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index 88b89c6b3..a774e306c 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -331,9 +331,9 @@ gui_mch_set_rendering_options(char_u *s) # define UINT_PTR UINT #endif -static void make_tooltip __ARGS((BalloonEval *beval, char *text, POINT pt)); -static void delete_tooltip __ARGS((BalloonEval *beval)); -static VOID CALLBACK BevalTimerProc __ARGS((HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime)); +static void make_tooltip(BalloonEval *beval, char *text, POINT pt); +static void delete_tooltip(BalloonEval *beval); +static VOID CALLBACK BevalTimerProc(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime); static BalloonEval *cur_beval = NULL; static UINT_PTR BevalTimerId = 0; |