commit | c447d8d33f695a83fefe4e47334b41c32874c3c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 18 21:56:28 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 18 21:56:28 2018 +0100 |
tree | 224ed8fe74b18afc6be1f3f489f4bb3c75e82fd4 | |
parent | 9d87a37ee9d87f5bdbc779bc940d5f1e6f055d0a [diff] [blame] |
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.
diff --git a/src/os_mswin.c b/src/os_mswin.c index 9767a5b..3d74bdc 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c
@@ -114,6 +114,7 @@ typedef int TEXTMETRIC; typedef int UINT; typedef int WCHAR; +typedef int WNDENUMPROC; typedef int WORD; typedef int WPARAM; typedef void VOID;