diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-12-18 21:56:28 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-12-18 21:56:28 +0100 |
commit | c447d8d33f695a83fefe4e47334b41c32874c3c5 (patch) | |
tree | 224ed8fe74b18afc6be1f3f489f4bb3c75e82fd4 /src/os_mswin.c | |
parent | 9d87a37ee9d87f5bdbc779bc940d5f1e6f055d0a (diff) | |
download | vim-git-c447d8d33f695a83fefe4e47334b41c32874c3c5.tar.gz |
patch 8.1.0607: proto files are not in sync with the source codev8.1.0607
Problem: Proto files are not in sync with the source code.
Solution: Update the proto files.
Diffstat (limited to 'src/os_mswin.c')
-rw-r--r-- | src/os_mswin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_mswin.c b/src/os_mswin.c index 9767a5b07..3d74bdc7a 100644 --- a/src/os_mswin.c +++ b/src/os_mswin.c @@ -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; |