diff options
Diffstat (limited to 'cpp/include/Ice/Service.h')
-rw-r--r-- | cpp/include/Ice/Service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Service.h b/cpp/include/Ice/Service.h index 6a1a1c93789..8196d291917 100644 --- a/cpp/include/Ice/Service.h +++ b/cpp/include/Ice/Service.h @@ -157,6 +157,7 @@ public: */ bool checkSystem() const; +#ifdef _WIN32 /** * Alternative entry point for services that use their own * command-line options. Instead of invoking main(), the @@ -172,7 +173,6 @@ public: * specified, the version of the Ice installation is used. * @return The application's exit status: EXIT_FAILURE or EXIT_SUCCESS. */ -#ifdef _WIN32 int run(int argc, const wchar_t* const argv[], const InitializationData& initData = InitializationData(), int version = ICE_INT_VERSION); #endif |