From 175899013e1f0f0bbde42871b9112f189c5e0f7a Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 24 Apr 2003 02:48:11 +0000 Subject: [PATCH] Updated. committer: mfx 1051152491 +0000 --- src/conf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conf.h b/src/conf.h index d089f8fc..8df68658 100644 --- a/src/conf.h +++ b/src/conf.h @@ -56,8 +56,8 @@ # define __UPX_CDECL __cdecl # define SIGTYPEENTRY __cdecl #elif defined(__INTEL_COMPILER) -# if (__INTEL_COMPILER < 700) -# error "need Intel C++ 7.0 or newer" +# if (__INTEL_COMPILER < 450) +# error "need Intel C++ 4.5 or newer" # endif # if defined(_WIN32) # define __UPX_CDECL __cdecl @@ -174,7 +174,7 @@ // malloc debuggers #if defined(WITH_VALGRIND) -# include +# include #elif defined(WITH_DMALLOC) # define DMALLOC_FUNC_CHECK # include