From d21e5bde7c74eab8b10fddc30d12a313c7e7dcd0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 27 Jun 2022 22:52:43 +0100 Subject: patch 8.2.5171: dependencies and proto files are outdated Problem: Dependencies and proto files are outdated. Solution: Update dependencies and proto files. Avoid errors. --- src/gui_w32.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui_w32.c') diff --git a/src/gui_w32.c b/src/gui_w32.c index 7bdbf418da..f53318d677 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -272,9 +272,11 @@ typedef int HRESULT; # undef MSG typedef int MSG; typedef int NEWTEXTMETRIC; +typedef int NMHDR; typedef int OSVERSIONINFO; typedef int PWORD; typedef int RECT; +typedef int SIZE; typedef int UINT; typedef int WORD; typedef int WPARAM; -- cgit v1.2.3