commit | d21e5bde7c74eab8b10fddc30d12a313c7e7dcd0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 27 22:52:43 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 27 22:52:43 2022 +0100 |
tree | ae70c3986ae73061897e71d01610ef1e63df868b | |
parent | 944cc9ceba8868acd238264d4a3894803c566b37 [diff] [blame] |
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.
diff --git a/src/os_mswin.c b/src/os_mswin.c index 256da04..f06583c 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c
@@ -92,6 +92,7 @@ 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;