]> git.tdb.fi Git - builder.git/blobdiff - source/lib/sharedlibrary.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / sharedlibrary.h
index 564b2102004d714da37d3042dd682cf37e488b95..363c6abc03b9fd7b9153beea8365698a0210ec8e 100644 (file)
@@ -2,6 +2,7 @@
 #define SHAREDLIB_H_
 
 #include "binary.h"
+#include "libbuilder_api.h"
 
 class ImportLibrary;
 
@@ -14,7 +15,7 @@ no version, soname will be empty.
 A SharedLibrary can also store a pointer to the associated ImportLibrary, for
 platforms that need one.
 */
-class SharedLibrary: public Binary
+class LIBBUILDER_API SharedLibrary: public Binary
 {
 private:
        std::string libname;