]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_nick.cpp
Same tweak, again
[user/henk/code/inspircd.git] / src / cmd_nick.cpp
index 05a66cbfc5a0b86f372b2744f84d0887de3abf46..55ad50ec68d025358263ddeabbb5a0e76905c015 100644 (file)
@@ -18,7 +18,7 @@
 #include "xline.h"
 #include "commands/cmd_nick.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_nick(Instance);
 }