Define MinGW in addition to mingw32 for consistency with GDC.

When we get Win64 support, it should be defined there as well.
This commit is contained in:
David Nadlinger
2011-11-08 21:27:02 +01:00
parent 52c6347ef7
commit 5e18625266

View File

@@ -573,6 +573,7 @@ LDC_TARGETS
VersionCondition::addPredefinedGlobalIdent("Windows");
VersionCondition::addPredefinedGlobalIdent("Win32");
VersionCondition::addPredefinedGlobalIdent("mingw32");
VersionCondition::addPredefinedGlobalIdent("MinGW");
}
// FIXME: cygwin
else if (triple.find("cygwin") != npos)