]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_reloadmodule.cpp
and a little tweak to remote MOTD too.
[user/henk/code/inspircd.git] / src / cmd_reloadmodule.cpp
index 067dee4a2ce3d8ba3919e0f24dc93424dbbfbd9b..41da0c40d9b95aca82af4f461b50fdc5c42d70d0 100644 (file)
@@ -15,7 +15,7 @@
 #include "users.h"
 #include "commands/cmd_reloadmodule.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_reloadmodule(Instance);
 }