summaryrefslogtreecommitdiff
path: root/src/os_win32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-19 13:22:12 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-19 13:22:12 +0100
commitef26954a35207c3f17d6ed35d9a40c918d974892 (patch)
tree331d57d214bf4d20bbfa6b8f4d0155a4c5b1e9b6 /src/os_win32.c
parent99dbe291f55022bd5166c9c3c7967b8693cd9d1b (diff)
downloadvim-git-ef26954a35207c3f17d6ed35d9a40c918d974892.tar.gz
patch 7.4.1133v7.4.1133
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
Diffstat (limited to 'src/os_win32.c')
-rw-r--r--src/os_win32.c1
1 files changed, 1 insertions, 0 deletions
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;