]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
compilation fix
[wxWidgets.git] / src / common / strconv.cpp
index d85340b8775d7a6cab567d7166a3ab8700e2d08f..69f9a7a85a497ab12979ea12b967a0dd3574cee9 100644 (file)
@@ -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