ReadBig() should be defined in ANSI build too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-06-01 16:59:10 +00:00
parent 7ace5fd8e0
commit 14b4f6fcc0

View File

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