0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.1.0607: proto files are not in sync with the source code

Problem:    Proto files are not in sync with the source code.
Solution:   Update the proto files.
This commit is contained in:
Bram Moolenaar
2018-12-18 21:56:28 +01:00
parent 9d87a37ee9
commit c447d8d33f
7 changed files with 10 additions and 7 deletions

View File

@@ -114,6 +114,7 @@ typedef int SMALL_RECT;
typedef int TEXTMETRIC;
typedef int UINT;
typedef int WCHAR;
typedef int WNDENUMPROC;
typedef int WORD;
typedef int WPARAM;
typedef void VOID;