#ifndef alloca
#ifdef WIN32
#include <malloc.h>
#define alloca _alloca
#endif
#endif

