X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9671150978a0bbb5d5b52f1442e3e3e3d023871..d43088ee78dca3fc64f9d419b184844eb72384da:/src/common/strconv.cpp diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index d85340b877..69f9a7a85a 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -55,7 +55,7 @@ #include "wx/debug.h" #include "wx/strconv.h" -#ifdef WORDS_BIGENDIAN +#if defined(WORDS_BIGENDIAN) || defined(__STDC_ISO_10646__) #define BSWAP_UCS4(str, len) #define BSWAP_UCS2(str, len) #else