]> git.saurik.com Git - wxWidgets.git/commitdiff
ReadBig() should be defined in ANSI build too
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2008 16:59:10 +0000 (16:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jun 2008 16:59:10 +0000 (16:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/textfile/textfiletest.cpp

index 8b5717082f99b8a93836a151c8b7624f1a568ec9..aa93472894b2d3837262d5167ece8eeb173ee46a 100644 (file)
@@ -202,6 +202,8 @@ void TextFileTestCase::ReadUTF16()
 #endif // wxHAVE_U_ESCAPE
 }
 
+#endif // wxUSE_UNICODE
+
 void TextFileTestCase::ReadBig()
 {
     static const size_t NUM_LINES = 10000;
@@ -225,7 +227,5 @@ void TextFileTestCase::ReadBig()
                           f[NUM_LINES - 1] );
 }
 
-#endif // wxUSE_UNICODE
-
 #endif // wxUSE_TEXTFILE