]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_unloadmodule.cpp
Dunno why this method was static, doesnt need to be...
[user/henk/code/inspircd.git] / src / cmd_unloadmodule.cpp
index 715ff4fcbbc80d5128cb3237aff8255efd60bc1c..44c2133e7005ebc2e817ce5a3cb5767e1026c2d5 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_unloadmodule(Instance);
 }