From 9e212ec6f9e30c85d0d59d8265d83e55a23346f8 Mon Sep 17 00:00:00 2001 From: Ian MacArthur Date: Mon, 18 Jun 2018 22:49:04 +0000 Subject: Recent (circa early 2018) versions of the Mingw32 headers have changed the file header layout, breaking the build of fltk-1.4 for some users. These changes should give a working build once more - more complete rework is still needed to fully address the issues raised. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12946 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_win32.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 74028e61f..4e489c7ab 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -43,6 +43,8 @@ #include #include #include +// Some versions of MinGW now require us to explicitly include winerror to get S_OK defined +#include #include // for ceil() void fl_free_fonts(void); -- cgit v1.2.3