summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Server.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-05-17 20:38:05 +0000
committerMark Spruiell <mes@zeroc.com>2004-05-17 20:38:05 +0000
commitf2b44e96ce6374449ae685f9298b72083af79519 (patch)
treeaffd4ad37b6f0304f0892265a84dc456d63e33e2 /cpp/src/IcePatch/Server.cpp
parentbug fix for win9x() (diff)
downloadice-f2b44e96ce6374449ae685f9298b72083af79519.tar.bz2
ice-f2b44e96ce6374449ae685f9298b72083af79519.tar.xz
ice-f2b44e96ce6374449ae685f9298b72083af79519.zip
rename win9x to checkSystem
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"