util shared lib for windows #454
Labels
adapter: general
Issues and PRs related to input/output adapters in general
lang: c++
Issues and PRs related to the C++ codebase
part: build
Issues and PRs related to the build process
Need to properly dllexport / dllimport utils lib so that we can build shared lib for windows. Without that, if anyone builds an adapter and tries to link with util lib on windows, and invoke a call to absl with a different version, it won't work.
The text was updated successfully, but these errors were encountered: