mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
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:
parent
9b8fe57cb9
commit
334a754b48
@ -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, ...) \
|
||||
{ \
|
||||
|
Loading…
Reference in New Issue
Block a user