1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Fix previous commit.

This commit is contained in:
Markus F.X.J. Oberhumer 2016-09-21 00:34:20 +02:00
parent 3f7c1f966b
commit af6b4b8c27

View File

@ -42,6 +42,7 @@
#include "miniacc.h"
#if !(ACC_CC_CLANG || ACC_CC_GNUC)
// other compilers may work, but we're NOT interested into supporting them
# error "only clang and gcc are officially supported"
#endif
#if !defined(UINT_MAX) || (UINT_MAX != 0xffffffffL)
# error "UINT_MAX"