From b2b6eb0c92bef7e37fe16b602001859160d30580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 13 Nov 2013 11:58:34 +0100 Subject: [PATCH] MinGW32's linker issues _are only_ MinGW32's fault. Yep. --- src/Math/instantiation.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Math/instantiation.cpp b/src/Math/instantiation.cpp index 1bf7f918b..fcb4772a8 100644 --- a/src/Math/instantiation.cpp +++ b/src/Math/instantiation.cpp @@ -58,23 +58,23 @@ template struct ConfigurationValue>; template struct ConfigurationValue>; -#ifndef _WIN32 +#ifndef __MINGW32__ template struct ConfigurationValue>; #endif template struct ConfigurationValue>; template struct ConfigurationValue>; -#ifndef _WIN32 +#ifndef __MINGW32__ template struct ConfigurationValue>; #endif template struct ConfigurationValue>; template struct ConfigurationValue>; -#ifndef _WIN32 +#ifndef __MINGW32__ template struct ConfigurationValue>; #endif #ifndef MAGNUM_TARGET_GLES template struct ConfigurationValue>; template struct ConfigurationValue>; -#ifndef _WIN32 +#ifndef __MINGW32__ template struct ConfigurationValue>; #endif #endif