]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_kill.cpp
- Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a lot...
[user/henk/code/inspircd.git] / src / cmd_kill.cpp
index 00d584ddf0089ca016df4b4697618e30899d1787..82ca9744053889fa33aa85374ad7769a7d1153d3 100644 (file)
@@ -18,7 +18,7 @@
 #include "wildcard.h"
 #include "commands/cmd_kill.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_kill(Instance);
 }