]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_topic.cpp
Windows support. Tested and working to compile on freebsd and linux. Next step is...
[user/henk/code/inspircd.git] / src / cmd_topic.cpp
index dfd03a65183884f9db9a9a1ba8e846053a5cf7a2..06036fe010cf0d298356f90c7d8809e65007555e 100644 (file)
 #include "users.h"
 #include "modules.h"
 #include "commands/cmd_topic.h"
+#include "inspircd.h"
 
 
-
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_topic(Instance);
 }