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