diff options
Diffstat (limited to 'cpp/src/IcePatch/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch/Server.cpp | 2 |
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" |