From 65f44d24ca098715b65cfc8aebe0424661550de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Moln=C3=A1r?= Date: Thu, 13 Jul 2006 16:50:26 +0200 Subject: [PATCH] miniacc support for arm-wince-pe --- src/miniacc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/miniacc.h b/src/miniacc.h index d98efb0d..70872fac 100644 --- a/src/miniacc.h +++ b/src/miniacc.h @@ -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)