From c4c144c184e2861a4eeadff1626aeffdfa01a4ef Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Wed, 18 Jul 2007 12:02:03 -0400 Subject: Win32 build fix --- cpp/test/Ice/stringConverter/Client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/test/Ice/stringConverter/Client.cpp') 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; +#endif } else { -- cgit v1.2.3