Files
bx/include/compat/mingw/alloca.h
2012-09-06 22:08:48 -07:00

7 lines
120 B
C

#ifndef __MINGW32__ALLOCA_H__
#define __MINGW32__ALLOCA_H__
#include <malloc.h>
#endif // __MINGW32__ALLOCA_H__