Whoops, it's malloc.h, not alloca.h ...
This commit is contained in:
parent
827b643f49
commit
a8842c9713
|
@ -25,14 +25,10 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* !!! FIXME: remove this when revamping stack allocation code... */
|
/* !!! FIXME: remove this when revamping stack allocation code... */
|
||||||
#ifdef _MSC_VER
|
#if defined(_MSC_VER) || defined(__MINGW32__)
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
|
||||||
#include <alloca.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue