Files
bx/include/compat/mingw/alloca.h
2013-02-21 21:15:20 -08:00

7 lines
114 B
C

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