]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_notice.cpp
Whoops, ++it++? Thats gonna break :p
[user/henk/code/inspircd.git] / src / cmd_notice.cpp
index d2834d2ff1cc149b6b18077b018ebf34961629d5..f43b6cd208793bdb09326abc90396b7cb41057f6 100644 (file)
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include "configreader.h"
 #include "users.h"
 #include "modules.h"
 #include "wildcard.h"
 #include "commands/cmd_notice.h"
 
-
-
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_notice(Instance);
 }