mirror of
https://github.com/upx/upx
synced 2025-10-05 19:20:23 +08:00
Fix previous commit.
This commit is contained in:
parent
3f7c1f966b
commit
af6b4b8c27
|
@ -42,6 +42,7 @@
|
||||||
#include "miniacc.h"
|
#include "miniacc.h"
|
||||||
#if !(ACC_CC_CLANG || ACC_CC_GNUC)
|
#if !(ACC_CC_CLANG || ACC_CC_GNUC)
|
||||||
// other compilers may work, but we're NOT interested into supporting them
|
// other compilers may work, but we're NOT interested into supporting them
|
||||||
|
# error "only clang and gcc are officially supported"
|
||||||
#endif
|
#endif
|
||||||
#if !defined(UINT_MAX) || (UINT_MAX != 0xffffffffL)
|
#if !defined(UINT_MAX) || (UINT_MAX != 0xffffffffL)
|
||||||
# error "UINT_MAX"
|
# error "UINT_MAX"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user