malloc.h include
Modified: trunk/reactos/subsys/system/winefile/winefile.h
--- trunk/reactos/subsys/system/winefile/winefile.h 2005-05-13 14:48:10 UTC (rev 15261) +++ trunk/reactos/subsys/system/winefile/winefile.h 2005-05-13 14:53:40 UTC (rev 15262) @@ -46,7 +46,7 @@
#include <locale.h> #include <time.h>
-#ifdef _MSC_VER
+#ifndef __WINE__
#include <malloc.h> /* for alloca() */ #endif