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