From d086c633ad593a3f0ed60f4345e18bb783964901 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 28 Jan 2006 06:59:20 +0000 Subject: [PATCH] attempt to fix endian problems when doing cross-compiles for universal binaries from a ppc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/platform.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/platform.h b/include/wx/platform.h index 1b6b013d9b..53a452ecc0 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -543,6 +543,8 @@ #if defined (__WXMAC__) # if ( !defined(__MACH__) || ( defined(__BIG_ENDIAN__) && __BIG_ENDIAN__ ) ) # define WORDS_BIGENDIAN 1 +# else +# undef WORDS_BIGENDIAN # endif #endif -- 2.45.2