diff options
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/src/Ice/Service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Service.cpp b/cpp/src/Ice/Service.cpp index cd701a59327..f1c2c5fa2ad 100755 --- a/cpp/src/Ice/Service.cpp +++ b/cpp/src/Ice/Service.cpp @@ -987,7 +987,7 @@ Ice::Service::runService(int argc, char* argv[]) { assert(_service); - if(_win9x) + if(!checkSystem()) { error("Win32 service not supported on Windows 9x/ME"); return EXIT_FAILURE; |