Treeki / libxbr-standalone

Library implementing the xBR pixel art scaling algorithm
107 stars 21 forks source link

Static linking causes warnings in Visual Studio #5

Open thrimbor opened 4 years ago

thrimbor commented 4 years ago

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.