pocoproject/poco

pocoNetworkInitializer - change fixed path (Windows Platform related)

Tepic opened this issue · 1 comments

Currently there is a fixed path set for pocoNetworkInitalizer for a Windows platform:
#define POCO_NET_FORCE_SYMBOL(s) __pragma(comment (linker, "/include:_"#s))

It should be resolved, so the external project can define the path custom to its needs and build-output location

Resolved in #4770