mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 21:13:02 +01:00
7 lines
120 B
C
7 lines
120 B
C
#ifndef __MINGW32__ALLOCA_H__
|
|
#define __MINGW32__ALLOCA_H__
|
|
|
|
#include <malloc.h>
|
|
|
|
#endif // __MINGW32__ALLOCA_H__
|