summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/src/Glacier/GlacierStarter.cpp2
-rw-r--r--cpp/src/IcePack/IcePackNode.cpp2
-rw-r--r--cpp/src/IcePack/IcePackRegistry.cpp2
-rw-r--r--cpp/src/IcePatch/Server.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/Glacier/GlacierStarter.cpp b/cpp/src/Glacier/GlacierStarter.cpp
index c24856c3068..beb88418666 100644
--- a/cpp/src/Glacier/GlacierStarter.cpp
+++ b/cpp/src/Glacier/GlacierStarter.cpp
@@ -218,7 +218,7 @@ Glacier::StarterService::usage(const string& appName)
"-h, --help Show this message.\n"
"-v, --version Display the Ice version.";
#ifdef _WIN32
- if(!win9x())
+ if(checkSystem())
{
options.append(
"\n"
diff --git a/cpp/src/IcePack/IcePackNode.cpp b/cpp/src/IcePack/IcePackNode.cpp
index a4bb6091da7..8dfd6f73143 100644
--- a/cpp/src/IcePack/IcePackNode.cpp
+++ b/cpp/src/IcePack/IcePackNode.cpp
@@ -510,7 +510,7 @@ IcePack::NodeService::usage(const string& appName)
" Deploy descriptor in file DESCRIPTOR, with\n"
" optional targets.";
#ifdef _WIN32
- if(!win9x())
+ if(checkSystem())
{
options.append(
"\n"
diff --git a/cpp/src/IcePack/IcePackRegistry.cpp b/cpp/src/IcePack/IcePackRegistry.cpp
index ed4091b505d..bc6bd0e0361 100644
--- a/cpp/src/IcePack/IcePackRegistry.cpp
+++ b/cpp/src/IcePack/IcePackRegistry.cpp
@@ -91,7 +91,7 @@ IcePack::RegistryService::usage(const string& appName)
"-v, --version Display the Ice version.\n"
"--nowarn Don't print any security warnings.";
#ifdef _WIN32
- if(!win9x())
+ if(checkSystem())
{
options.append(
"\n"
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"