diff options
Diffstat (limited to 'cpp/src/IcePack/IcePackNode.cpp')
-rw-r--r-- | cpp/src/IcePack/IcePackNode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |