mirror of
https://github.com/holub/mame
synced 2025-07-23 02:01:08 +03:00
7 lines
138 B
C
7 lines
138 B
C
#ifndef MINGW32_ALLOCA_H_HEADER_GUARD
|
|
#define MINGW32_ALLOCA_H_HEADER_GUARD
|
|
|
|
#include <malloc.h>
|
|
|
|
#endif // MINGW32_ALLOCA_H_HEADER_GUARD
|