mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-21 14:23:03 +01: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__
|