Revert "Use __MINGW32__ instead of __MINGW__."

This reverts commit a3b5c78df4.
This commit is contained in:
Dan Albert
2015-01-06 09:38:06 -08:00
parent ed2385edb9
commit 64972d4155

View File

@@ -644,7 +644,7 @@ template <unsigned> struct __static_assert_check {};
#define _LIBCPP_ELAST __ELASTERROR
#elif defined(__APPLE__)
// Not _LIBCPP_ELAST needed on Apple
#elif defined(__MINGW32__)
#elif defined(__MINGW__)
#define _LIBCPP_ELAST EWOULDBLOCK
#else
// Warn here so that the person doing the libcxx port has an easier time: