libxbr-standalone icon indicating copy to clipboard operation
libxbr-standalone copied to clipboard

Static linking causes warnings in Visual Studio

Open thrimbor opened this issue 5 years ago • 0 comments

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.

thrimbor avatar Jul 15 '20 03:07 thrimbor