win32: remove #define alloca from mingw headers

This commit is contained in:
grischka 2009-12-01 17:57:00 +01:00
parent 679f0794f8
commit 720a32ede4

View File

@ -148,7 +148,7 @@ extern "C" {
#ifdef __GNUC__
#define alloca(x) __builtin_alloca((x))
#else
#define alloca _alloca
//gr #define alloca _alloca
#endif
#endif