]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_kline.cpp
Windows support. Tested and working to compile on freebsd and linux. Next step is...
[user/henk/code/inspircd.git] / src / cmd_kline.cpp
index e7ec7b61791be510aa6777d93e2fd238fd65e8cb..670cb29501dda14c871df03315815aa897489846 100644 (file)
@@ -17,7 +17,7 @@
 #include "xline.h"
 #include "commands/cmd_kline.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_kline(Instance);
 }