summaryrefslogtreecommitdiffstats
path: root/src/os_mswin.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-27 22:52:43 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-27 22:52:43 +0100
commitd21e5bde7c74eab8b10fddc30d12a313c7e7dcd0 (patch)
treeae70c3986ae73061897e71d01610ef1e63df868b /src/os_mswin.c
parent944cc9ceba8868acd238264d4a3894803c566b37 (diff)
patch 8.2.5171: dependencies and proto files are outdatedv8.2.5171
Problem: Dependencies and proto files are outdated. Solution: Update dependencies and proto files. Avoid errors.
Diffstat (limited to 'src/os_mswin.c')
-rw-r--r--src/os_mswin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_mswin.c b/src/os_mswin.c
index 256da04580..f06583cc90 100644
--- a/src/os_mswin.c
+++ b/src/os_mswin.c
@@ -92,6 +92,7 @@ typedef int HFONT;
typedef int HICON;
typedef int HWND;
typedef int INPUT_RECORD;
+typedef int INT_PTR;
typedef int KEY_EVENT_RECORD;
typedef int LOGFONTW;
typedef int LPARAM;