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

Don't use "long".

This commit is contained in:
Markus F.X.J. Oberhumer 2017-01-28 21:37:24 +01:00
parent 6da1790c46
commit 34c9cfb6b0

View File

@ -43,6 +43,8 @@
#ifndef ACC_CFG_USE_NEW_STYLE_CASTS
#define ACC_CFG_USE_NEW_STYLE_CASTS 1
#endif
#define ACC_CFG_PREFER_TYPEOF_ACC_INT32E_T ACC_TYPEOF_INT
#define ACC_CFG_PREFER_TYPEOF_ACC_INT64E_T ACC_TYPEOF_LONG_LONG
#include "miniacc.h"
#if !(ACC_CC_CLANG || ACC_CC_GNUC || ACC_CC_MSC)
// other compilers may work, but we're NOT interested into supporting them