X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7863fab40d6a76cabc0558c2fb0b3e1119c199d5..687dcff3a46a55c11851b1cabdbbbef5492a2f5f:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 0f9f485fae..a6f6f0ba66 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -319,5 +319,11 @@ #endif #endif +#if defined (__WXMAC__) + #ifndef WORDS_BIGENDIAN + #define WORDS_BIGENDIAN 1 + #endif +#endif + #endif /* _WX_PLATFORM_H_ */