Browse Source

Platform: add missing definitions to magnum-info.

pull/134/merge
Vladimír Vondruš 10 years ago
parent
commit
76f73f4a61
  1. 6
      src/Magnum/Platform/magnum-info.cpp

6
src/Magnum/Platform/magnum-info.cpp

@ -197,9 +197,15 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat
#ifdef CORRADE_TARGET_APPLE
Debug() << " CORRADE_TARGET_APPLE";
#endif
#ifdef CORRADE_TARGET_IOS
Debug() << " CORRADE_TARGET_IOS";
#endif
#ifdef CORRADE_TARGET_WINDOWS
Debug() << " CORRADE_TARGET_WINDOWS";
#endif
#ifdef CORRADE_TARGET_WINDOWS_RT
Debug() << " CORRADE_TARGET_WINDOWS_RT";
#endif
#ifdef CORRADE_TARGET_NACL
Debug() << " CORRADE_TARGET_NACL";
#endif

Loading…
Cancel
Save