From 70e4841d311d68689724768157cc9cbfbde7a9fc Mon Sep 17 00:00:00 2001 From: StapleButter Date: Sat, 9 Sep 2017 02:30:51 +0200 Subject: another UI attempt, I guess. sorry. --- src/libui_sdl/libui/windows/compilerver.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/libui_sdl/libui/windows/compilerver.hpp (limited to 'src/libui_sdl/libui/windows/compilerver.hpp') diff --git a/src/libui_sdl/libui/windows/compilerver.hpp b/src/libui_sdl/libui/windows/compilerver.hpp new file mode 100644 index 0000000..6c9e6b8 --- /dev/null +++ b/src/libui_sdl/libui/windows/compilerver.hpp @@ -0,0 +1,13 @@ +// 9 june 2015 + +// Visual Studio (Microsoft's compilers) +// VS2013 is needed for va_copy(). +#ifdef _MSC_VER +#if _MSC_VER < 1800 +#error Visual Studio 2013 or higher is required to build libui. +#endif +#endif + +// LONGTERM MinGW + +// other compilers can be added here as necessary -- cgit v1.2.3