diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-07-18 12:02:03 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-07-18 12:02:03 -0400 |
commit | c4c144c184e2861a4eeadff1626aeffdfa01a4ef (patch) | |
tree | 89d47ff02eda69e13933112c5d6051d2ff1faa5e | |
parent | More locale (diff) | |
download | ice-c4c144c184e2861a4eeadff1626aeffdfa01a4ef.tar.bz2 ice-c4c144c184e2861a4eeadff1626aeffdfa01a4ef.tar.xz ice-c4c144c184e2861a4eeadff1626aeffdfa01a4ef.zip |
Win32 build fix
-rw-r--r-- | cpp/test/Ice/stringConverter/Client.cpp | 2 |
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 { |