diff --git a/include/orm/macros/export.hpp b/include/orm/macros/export.hpp index fce47b23f..2b98ccb82 100644 --- a/include/orm/macros/export.hpp +++ b/include/orm/macros/export.hpp @@ -13,7 +13,7 @@ TINY_SYSTEM_HEADER # define SHAREDLIB_EXPORT TINY_DECL_IMPORT #endif -// Building library archive +// Building library archive (static) #ifndef SHAREDLIB_EXPORT # define SHAREDLIB_EXPORT #endif