X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbd92d3d0cc40e96cdde8a67b573856b8aa47bcb..f321d0bc0caf4d78ccc5426e926fc25c46297439:/tests/mbconv/convautotest.cpp?ds=inline diff --git a/tests/mbconv/convautotest.cpp b/tests/mbconv/convautotest.cpp index 5c243b062b..85eac6a5bc 100644 --- a/tests/mbconv/convautotest.cpp +++ b/tests/mbconv/convautotest.cpp @@ -17,6 +17,8 @@ #pragma hdrstop #endif +#if wxUSE_UNICODE + #include "wx/convauto.h" #include "wx/mstream.h" @@ -82,7 +84,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION(ConvAutoTestCase); -// also include in it's own registry so that these tests can be run alone +// also include in its own registry so that these tests can be run alone CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(ConvAutoTestCase, "ConvAutoTestCase"); // ---------------------------------------------------------------------------- @@ -208,3 +210,5 @@ void ConvAutoTestCase::StreamUTF32BE() "\0\0\x03\xB2", 20, line1, line2); } + +#endif // wxUSE_UNICODE