]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_join.cpp
Add comments
[user/henk/code/inspircd.git] / src / cmd_join.cpp
index 8c24c7bcb1dad066e031073187f33b7c69e094cc..218e0f7b8b33229c28f675d35b9648fb90521369 100644 (file)
@@ -15,7 +15,7 @@
 #include "users.h"
 #include "commands/cmd_join.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_join(Instance);
 }