diff --git a/polymer/eduke32/source/astub.c b/polymer/eduke32/source/astub.c index 01bee858a..121a4b7a9 100644 --- a/polymer/eduke32/source/astub.c +++ b/polymer/eduke32/source/astub.c @@ -67,6 +67,11 @@ static const char * #include +// Workaround for namespace pollution in introduced in MinGW 4.8. +#ifdef stat +# undef stat +#endif + static int32_t floor_over_floor; static int32_t g_fillCurSector = 0;