mirror of
https://github.com/reactos/reactos.git
synced 2025-08-10 21:25:31 +00:00
9 lines
99 B
C
9 lines
99 B
C
![]() |
|
||
|
#ifdef _MSC_VER
|
||
|
#include <malloc.h>
|
||
|
#define alloca _alloca
|
||
|
#else
|
||
|
#include_next <alloca.h>
|
||
|
#endif
|
||
|
|