From d21e5bde7c74eab8b10fddc30d12a313c7e7dcd0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 27 Jun 2022 22:52:43 +0100 Subject: patch 8.2.5171: dependencies and proto files are outdated Problem: Dependencies and proto files are outdated. Solution: Update dependencies and proto files. Avoid errors. --- src/os_mswin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os_mswin.c') 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; -- cgit v1.2.3