X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_reloadmodule.cpp;h=41da0c40d9b95aca82af4f461b50fdc5c42d70d0;hb=eb334f8c69872cc0de28ffd85b41555f196a23dd;hp=067dee4a2ce3d8ba3919e0f24dc93424dbbfbd9b;hpb=af2b10e82cd3b9cda80ae29607da78e15974f155;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_reloadmodule.cpp b/src/cmd_reloadmodule.cpp index 067dee4a2..41da0c40d 100644 --- a/src/cmd_reloadmodule.cpp +++ b/src/cmd_reloadmodule.cpp @@ -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); }