]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_names.cpp
Convert more modules
[user/henk/code/inspircd.git] / src / cmd_names.cpp
index b07e43f3f2ba165af109ca9f40fdef916ec68d20..fe61c4dea3f6c61aba99004adac1323e7b7ce4e9 100644 (file)
@@ -15,7 +15,7 @@
 #include "users.h"
 #include "commands/cmd_names.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_names(Instance);
 }