1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00
committer: mfx <mfx> 1051152491 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2003-04-24 02:48:11 +00:00
parent c448d15a8f
commit 175899013e

View File

@ -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 <valgrind.h>
# include <valgrind/memcheck.h>
#elif defined(WITH_DMALLOC)
# define DMALLOC_FUNC_CHECK
# include <dmalloc.h>