Changes to POCO_APP_MAIN in Poco::Util::Application which allows for compiling a Poco App for a VxWorks RTP (#3764)

Co-authored-by: Spencer Coward <spencerjcoward@gmail.com>
This commit is contained in:
Spencer J Coward
2022-08-22 00:31:48 -04:00
committed by Alex Fabijanic
parent bdb4e87e14
commit c7f7b8a298

View File

@@ -520,7 +520,7 @@ inline Poco::Timespan Application::uptime() const
} \
return pApp->run(); \
}
#elif defined(POCO_VXWORKS)
#elif defined(POCO_VXWORKS) && !defined(POCO_VXWORKS_RTP)
#define POCO_APP_MAIN(App) \
int pocoAppMain(const char* appName, ...) \
{ \