Discussion:
What is the right way to detect if my library is built as a shared library?
Steven Stewart-Gallus
2014-03-13 20:28:51 UTC
Permalink
Hello,

To determine whether to put ` __declspec(dllimport)` on my exported functions I
need to detect if my library is being built as a shared library or as a static
library (and then preprocess my header file to have the appropriate attribute).
What is the right way to detect if my library is built as a shared library?
Loading...