win32: remove #define alloca from mingw headers
This commit is contained in:
parent
679f0794f8
commit
720a32ede4
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ extern "C" {
|
|||
#ifdef __GNUC__
|
||||
#define alloca(x) __builtin_alloca((x))
|
||||
#else
|
||||
#define alloca _alloca
|
||||
//gr #define alloca _alloca
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue