diff options
author | Benoit Foucher <benoit@zeroc.com> | 2004-02-10 22:49:17 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2004-02-10 22:49:17 +0000 |
commit | 65bd3b16fd027e3e76f9a38e60b99b07773728e7 (patch) | |
tree | 7d9692f460e5e97cfa39600c35ce0b05d006afb4 /cpp/src/IcePack/IcePackNode.cpp | |
parent | file Process.ice was initially added on branch process_registry. (diff) | |
download | ice-65bd3b16fd027e3e76f9a38e60b99b07773728e7.tar.bz2 ice-65bd3b16fd027e3e76f9a38e60b99b07773728e7.tar.xz ice-65bd3b16fd027e3e76f9a38e60b99b07773728e7.zip |
Fixed Win32 build (_win9x -> win9x())
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 27bdccc4643..9bf09710a4f 100644 --- a/cpp/src/IcePack/IcePackNode.cpp +++ b/cpp/src/IcePack/IcePackNode.cpp @@ -505,7 +505,7 @@ IcePack::NodeService::usage(const string& appName) " Deploy descriptor in file DESCRIPTOR, with\n" " optional targets."; #ifdef _WIN32 - if(!_win9x) + if(!win9x()) { options.append( "\n" |