X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0a6bb75bcd4b5a4873d766a9208ac6376fe8625..7018409531500bd1850c1ab3f0107007802bbc5a:/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