From 99ca5568107a4d4ed25dd49611ce4d2acfdfc68a Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Wed, 4 May 2011 14:12:27 -0300 Subject: [PATCH] Fixed QSysInfo.Endian enum detection on MacOs. Fixes bug #809. Reviewer: Marcelo Lira Hugo Parente Lima --- PySide/global.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/PySide/global.h.in b/PySide/global.h.in index c1ada80..997ad85 100644 --- a/PySide/global.h.in +++ b/PySide/global.h.in @@ -20,6 +20,7 @@ #undef QT_NO_STL #undef QT_NO_STL_WCHAR +#define Q_BYTE_ORDER // used to enable QSysInfo.Endian detection on MacOSX #include