]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/mbconv/convautotest.cpp
Don't call base class SetLabel() from GTKSetLabelForLabel().
[wxWidgets.git] / tests / mbconv / convautotest.cpp
index 5c243b062bf9c0a905b3850c9a8dd1f23f8691a1..1bdfa82482e69f436a9a1fd5ce00659831ed54d7 100644 (file)
@@ -17,6 +17,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_UNICODE
+
 #include "wx/convauto.h"
 
 #include "wx/mstream.h"
@@ -208,3 +210,5 @@ void ConvAutoTestCase::StreamUTF32BE()
                    "\0\0\x03\xB2",
                    20, line1, line2);
 }
+
+#endif // wxUSE_UNICODE