wepoll/config/external/bundle/config-external.h
Bert Belder e9fa25980b
config: re-enable overriding 'WEPOLL_EXPORT' when compiling bundle
This possibility got inadvertently removed in the big config refactor
(3ad20d7), which made building a shared library from the bundled source
distribution (as is done by e.g. vcpkg) impossible.
2020-05-26 19:07:03 +02:00

4 lines
51 B
C

#ifndef WEPOLL_EXPORT
#define WEPOLL_EXPORT
#endif