From 41d9b26507b526ec823be6a9288e2d9cc7bce84e Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 2 Feb 2011 17:39:22 +0000 Subject: [PATCH] [WINE] Add alloca.h, which includes malloc.h. This is neccessary for MSVC builds of dbghelp svn path=/branches/cmake-bringup/; revision=50598 --- include/reactos/wine/alloca.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 include/reactos/wine/alloca.h diff --git a/include/reactos/wine/alloca.h b/include/reactos/wine/alloca.h new file mode 100644 index 00000000000..265fecfb54f --- /dev/null +++ b/include/reactos/wine/alloca.h @@ -0,0 +1,2 @@ + +#include