summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/test/Ice/stringConverter/Client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/stringConverter/Client.cpp b/cpp/test/Ice/stringConverter/Client.cpp
index 02ebd4af577..795535d6ece 100644
--- a/cpp/test/Ice/stringConverter/Client.cpp
+++ b/cpp/test/Ice/stringConverter/Client.cpp
@@ -82,7 +82,9 @@ main(int argc, char* argv[])
if(useLocale)
{
+#ifndef _WIN32
initData.stringConverter = new Ice::IconvStringConverter<char>;
+#endif
}
else
{