]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_part.cpp
Begone shitty safe stl warnings!
[user/henk/code/inspircd.git] / src / cmd_part.cpp
index 9741cd4fce97376f0bf2121eb66cd7df2803d4d3..7152a3c176dbef6ebc95b12965f1468b871d6983 100644 (file)
@@ -17,7 +17,7 @@
 
 
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_part(Instance);
 }