diff --git a/reactos/include/crt/malloc.h b/reactos/include/crt/malloc.h index c0ebb2ec25b..1c23fbb9e00 100644 --- a/reactos/include/crt/malloc.h +++ b/reactos/include/crt/malloc.h @@ -228,7 +228,7 @@ extern "C" { _msize( _In_ void *_Memory); -#ifdef __GNUC__ +#if __GNUC__ && 0 #undef _alloca #define _alloca(x) __builtin_alloca((x)) #else