From 7e2fd5d14bd98c886db05767d7ce0b17cc45b300 Mon Sep 17 00:00:00 2001 From: Renato Filho Date: Wed, 4 May 2011 14:12:27 -0300 Subject: 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(+) (limited to 'PySide') diff --git a/PySide/global.h.in b/PySide/global.h.in index c1ada8090..997ad854c 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 -- cgit v1.2.3