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