]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
Hide all symbols that aren't exported explicitly
[user/henk/code/inspircd.git] / include / modules.h
index e8f0d10fe4926d24f8fea1cf057e5c20b0ec1163..d7b46ad4834b6552333605b79010396b9dec7b9a 100644 (file)
@@ -1428,7 +1428,7 @@ struct AllModuleList {
        { \
                return new y; \
        } \
-       extern "C" const char inspircd_src_version[] = VERSION " " REVISION;
+       extern "C" DllExport const char inspircd_src_version[] = VERSION " " REVISION;
 #endif
 
 #define COMMAND_INIT(c) MODULE_INIT(CommandModule<c>)