From bccd9d6a2c47fac8ccede7c62a6203532966272f Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Fri, 13 May 2005 14:53:40 +0000 Subject: [PATCH] malloc.h include svn path=/trunk/; revision=15262 --- reactos/subsys/system/winefile/winefile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/winefile/winefile.h b/reactos/subsys/system/winefile/winefile.h index 16fd148c3b1..edb3894847d 100644 --- a/reactos/subsys/system/winefile/winefile.h +++ b/reactos/subsys/system/winefile/winefile.h @@ -46,7 +46,7 @@ #include #include -#ifdef _MSC_VER +#ifndef __WINE__ #include /* for alloca() */ #endif