From ef26954a35207c3f17d6ed35d9a40c918d974892 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 19 Jan 2016 13:22:12 +0100 Subject: patch 7.4.1133 Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS(). --- src/os_win32.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os_win32.c') diff --git a/src/os_win32.c b/src/os_win32.c index b4f5fa466..da05e6ea3 100644 --- a/src/os_win32.c +++ b/src/os_win32.c @@ -101,6 +101,7 @@ typedef int CONSOLE_CURSOR_INFO; typedef int COORD; typedef int DWORD; typedef int HANDLE; +typedef int LPHANDLE; typedef int HDC; typedef int HFONT; typedef int HICON; -- cgit v1.2.1