diff options
author | Jose <jose@zeroc.com> | 2009-11-27 21:38:56 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-11-27 21:38:56 +0100 |
commit | 593035b01f925db211c25ec48db8d0a52e076bd9 (patch) | |
tree | a91da08eae32ec77d3f1ff3e6650dfd603922fe4 /cpp/test/IceUtil/unicode/Client.cpp | |
parent | Revert bug 3409 for PHP (diff) | |
download | ice-593035b01f925db211c25ec48db8d0a52e076bd9.tar.bz2 ice-593035b01f925db211c25ec48db8d0a52e076bd9.tar.xz ice-593035b01f925db211c25ec48db8d0a52e076bd9.zip |
4381 - Unicode fails with c++ builder 2010
Diffstat (limited to 'cpp/test/IceUtil/unicode/Client.cpp')
-rw-r--r-- | cpp/test/IceUtil/unicode/Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceUtil/unicode/Client.cpp b/cpp/test/IceUtil/unicode/Client.cpp index e7ee11b174e..2612fcaa947 100644 --- a/cpp/test/IceUtil/unicode/Client.cpp +++ b/cpp/test/IceUtil/unicode/Client.cpp @@ -179,7 +179,7 @@ main(int argc, char* argv[]) cout << "ok" << endl; } - +#ifndef __BCPLUSPLUS__ { cout << "testing UTF-8 filename... "; IceUtilInternal::ifstream fn(dir + "filename.txt"); @@ -251,6 +251,6 @@ main(int argc, char* argv[]) cout << "ok" << endl; } - +#endif return EXIT_SUCCESS; } |