]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_loadmodule.cpp
Dunno why this method was static, doesnt need to be...
[user/henk/code/inspircd.git] / src / cmd_loadmodule.cpp
index 2462cf463ea1a32d3a023437d8efc701e4c2cc29..08179d120bab506b2d9dc828270ae058c5fce379 100644 (file)
@@ -15,7 +15,7 @@
 #include "users.h"
 #include "commands/cmd_loadmodule.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_loadmodule(Instance);
 }