mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-12-11 00:31:28 -05:00
6 lines
120 B
C
6 lines
120 B
C
#ifndef __MINGW32__ALLOCA_H__
|
|
#define __MINGW32__ALLOCA_H__
|
|
|
|
#include <malloc.h>
|
|
|
|
#endif // __MINGW32__ALLOCA_H__
|