paullouisageneau / libplum

Multi-protocol Port Mapping client library
Mozilla Public License 2.0
40 stars 5 forks source link

Fix export define for Windows #3

Closed paullouisageneau closed 1 year ago

paullouisageneau commented 1 year ago

This PR fixes the export define for Windows when not using the export header, as previously it would lead to incorrect behavior, for instance re-exported symbols when used as a static library in a dynamic library.