summaryrefslogtreecommitdiff
path: root/src/os_mswin.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-12-18 21:56:28 +0100
committerBram Moolenaar <Bram@vim.org>2018-12-18 21:56:28 +0100
commitc447d8d33f695a83fefe4e47334b41c32874c3c5 (patch)
tree224ed8fe74b18afc6be1f3f489f4bb3c75e82fd4 /src/os_mswin.c
parent9d87a37ee9d87f5bdbc779bc940d5f1e6f055d0a (diff)
downloadvim-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.c1
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;