comparison src/os_mswin.c @ 15195:16b2f2db6f28 v8.1.0607

patch 8.1.0607: proto files are not in sync with the source code commit https://github.com/vim/vim/commit/c447d8d33f695a83fefe4e47334b41c32874c3c5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 18 21:56:28 2018 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Dec 2018 22:00:07 +0100
parents 497009f367ea
children 55ccc2d353bd
comparison
equal deleted inserted replaced
15194:8b334e4cb97f 15195:16b2f2db6f28
112 typedef int SHORT; 112 typedef int SHORT;
113 typedef int SMALL_RECT; 113 typedef int SMALL_RECT;
114 typedef int TEXTMETRIC; 114 typedef int TEXTMETRIC;
115 typedef int UINT; 115 typedef int UINT;
116 typedef int WCHAR; 116 typedef int WCHAR;
117 typedef int WNDENUMPROC;
117 typedef int WORD; 118 typedef int WORD;
118 typedef int WPARAM; 119 typedef int WPARAM;
119 typedef void VOID; 120 typedef void VOID;
120 #endif 121 #endif
121 122