mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-01-05 20:43:40 -05: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__
|