summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePatch/Server.cpp')
-rw-r--r--cpp/src/IcePatch/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/Server.cpp b/cpp/src/IcePatch/Server.cpp
index 3dfc306ae05..11102c09098 100644
--- a/cpp/src/IcePatch/Server.cpp
+++ b/cpp/src/IcePatch/Server.cpp
@@ -83,7 +83,7 @@ IcePatch::IcePatchService::usage(const string& name)
"-h, --help Show this message.\n"
"-v, --version Display the Ice version.";
#ifdef _WIN32
- if(!win9x())
+ if(checkSystem())
{
options.append(
"\n"