]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_connect.cpp
Fix std::sort stuff for w00t
[user/henk/code/inspircd.git] / src / cmd_connect.cpp
index ac62b0bd13ec388776712d54f4820d4a47691341..1a04e77131150608f9ba43949e8f25855d99dff6 100644 (file)
@@ -18,7 +18,7 @@
  * This is handled by the server linking module, if necessary. Do not remove this stub.
  */
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_connect(Instance);
 }