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

miniacc support for arm-wince-pe

This commit is contained in:
László Molnár 2006-07-13 16:50:26 +02:00
parent 3d3c20e507
commit 65f44d24ca

View File

@ -1303,6 +1303,8 @@ extern "C" {
# define ACC_ABI_BIG_ENDIAN 1
#elif 1 && (ACC_ARCH_MIPS) && defined(__MIPSEL__) && !defined(__MIPSEB__)
# define ACC_ABI_LITTLE_ENDIAN 1
#elif 1 && defined(__pe__)
# define ACC_ABI_LITTLE_ENDIAN 1
#endif
#endif
#if defined(ACC_ABI_BIG_ENDIAN) && defined(ACC_ABI_LITTLE_ENDIAN)