libxbr-standalone
libxbr-standalone copied to clipboard
Static linking causes warnings in Visual Studio
When building the code into an application, the functions being marked as dllimport causes warnings when building with VS (or clang and lld). Ideally using dllimport/dllexport would be hidden behind some preprocessor define.