From cefc2343dca4782d5fe4af36f01187588b8a375c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 29 Apr 2015 20:08:58 +0200 Subject: [PATCH] Platform: display CORRADE_MSVC2013_COMPATIBILITY in magnum-info. --- src/Magnum/Platform/magnum-info.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Magnum/Platform/magnum-info.cpp b/src/Magnum/Platform/magnum-info.cpp index 68eb70925..d31739c24 100644 --- a/src/Magnum/Platform/magnum-info.cpp +++ b/src/Magnum/Platform/magnum-info.cpp @@ -186,6 +186,9 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat #ifdef CORRADE_GCC47_COMPATIBILITY Debug() << " CORRADE_GCC47_COMPATIBILITY"; #endif + #ifdef CORRADE_MSVC2013_COMPATIBILITY + Debug() << " CORRADE_MSVC2013_COMPATIBILITY"; + #endif #ifdef CORRADE_BUILD_DEPRECATED Debug() << " CORRADE_BUILD_DEPRECATED"; #endif