aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/windows/compilerver.hpp
blob: 6c9e6b815a35d3a15e6b52de6106ae40173cae32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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