bgfx/3rdparty/compiler/mingw/alloca.h
Branimir Karadzic dee3fe5266 Initial commit.
2012-04-03 20:30:07 -07:00

6 lines
120 B
C

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