mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Updated.
committer: mfx <mfx> 1051152491 +0000
This commit is contained in:
parent
c448d15a8f
commit
175899013e
|
@ -56,8 +56,8 @@
|
||||||
# define __UPX_CDECL __cdecl
|
# define __UPX_CDECL __cdecl
|
||||||
# define SIGTYPEENTRY __cdecl
|
# define SIGTYPEENTRY __cdecl
|
||||||
#elif defined(__INTEL_COMPILER)
|
#elif defined(__INTEL_COMPILER)
|
||||||
# if (__INTEL_COMPILER < 700)
|
# if (__INTEL_COMPILER < 450)
|
||||||
# error "need Intel C++ 7.0 or newer"
|
# error "need Intel C++ 4.5 or newer"
|
||||||
# endif
|
# endif
|
||||||
# if defined(_WIN32)
|
# if defined(_WIN32)
|
||||||
# define __UPX_CDECL __cdecl
|
# define __UPX_CDECL __cdecl
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
|
|
||||||
// malloc debuggers
|
// malloc debuggers
|
||||||
#if defined(WITH_VALGRIND)
|
#if defined(WITH_VALGRIND)
|
||||||
# include <valgrind.h>
|
# include <valgrind/memcheck.h>
|
||||||
#elif defined(WITH_DMALLOC)
|
#elif defined(WITH_DMALLOC)
|
||||||
# define DMALLOC_FUNC_CHECK
|
# define DMALLOC_FUNC_CHECK
|
||||||
# include <dmalloc.h>
|
# include <dmalloc.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user