win32: remove #define alloca from mingw headers
This commit is contained in:
@ -148,7 +148,7 @@ extern "C" {
|
|||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#define alloca(x) __builtin_alloca((x))
|
#define alloca(x) __builtin_alloca((x))
|
||||||
#else
|
#else
|
||||||
#define alloca _alloca
|
//gr #define alloca _alloca
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user