mirror of
https://github.com/bkaradzic/bx.git
synced 2026-06-08 03:03:48 +00:00
7 lines
114 B
C
7 lines
114 B
C
#ifndef __MINGW32__ALLOCA_H__
|
|
#define __MINGW32__ALLOCA_H__
|
|
|
|
#include <malloc.h>
|
|
|
|
#endif // __MINGW32__ALLOCA_H__
|