From a41d45a9f3cfa36999ea0ca661929a4ff4441a26 Mon Sep 17 00:00:00 2001 From: hniksic Date: Mon, 27 Jun 2005 04:02:47 -0700 Subject: [PATCH] [svn] Don't explicitly include , mswindows.h does it for us. --- windows/ChangeLog | 7 +++++++ windows/config.h.bor | 3 --- windows/config.h.mingw | 3 --- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/windows/ChangeLog b/windows/ChangeLog index 21487e96..8ffb364e 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,10 @@ +2005-06-27 Hrvoje Niksic + + * config.h.bor: Ditto. + + * config.h.mingw: Don't explicitly include malloc.h, mswindows.h + does that. + 2005-06-23 Hrvoje Niksic * config.h.bor: Ditto. diff --git a/windows/config.h.bor b/windows/config.h.bor index f922ef66..16abcd2b 100644 --- a/windows/config.h.bor +++ b/windows/config.h.bor @@ -47,9 +47,6 @@ /* Define if you have the header file. */ #undef HAVE_ALLOCA_H -/* For Borland C++ 5.5, alloca is defined in the header file. */ -#include - /* Define to empty if the keyword does not work. */ /* #undef const */ diff --git a/windows/config.h.mingw b/windows/config.h.mingw index cf7f92d7..4cf6c30f 100644 --- a/windows/config.h.mingw +++ b/windows/config.h.mingw @@ -34,9 +34,6 @@ so, delete this exception statement from your version. */ /* Define if you have the header file. */ /* #undef HAVE_ALLOCA_H */ -/* For MinGW GCC/Win32, alloca is defined in the header file. */ -#include - /* Flag that C files should include , not . */ #define WGET_USE_STDARG -- 2.39.2