]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_mode.cpp
Begone shitty safe stl warnings!
[user/henk/code/inspircd.git] / src / cmd_mode.cpp
index 31309549c389f8a984e34646e26b5dfbbaead807..f48b81e3e4ed0e71718451e2cc3973134f15954d 100644 (file)
@@ -15,7 +15,7 @@
 #include "users.h"
 #include "commands/cmd_mode.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_mode(Instance);
 }