]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/mbconv/convautotest.cpp
Preserve page size when changing increment in wxGTK wxSpinCtrlDouble.
[wxWidgets.git] / tests / mbconv / convautotest.cpp
index 0c6292f625c83c9741a6943e2aaff5df904c607c..45fb79e0d530f0a95a9204dbcf2207b818de2ae4 100644 (file)
@@ -17,8 +17,6 @@
     #pragma hdrstop
 #endif
 
-#if wxUSE_WCHAR_T
-
 #include "wx/convauto.h"
 
 #include "wx/mstream.h"
@@ -207,6 +205,3 @@ void ConvAutoTestCase::StreamUTF32BE()
                    "\0\0\x03\xB2",
                    20, line1, line2);
 }
-
-#endif // wxUSE_WCHAR_T
-