X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_privmsg.cpp;h=71e121a522bd6f2164b484934e3a131818096b4d;hb=0306a4231e85baeb5029ef2b9b36d0b5d241d147;hp=6eedf52765f3c80551f100008fee421e9399dce3;hpb=3dc2055bb03658cb2a1ecab7177519290f8532af;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_privmsg.cpp b/src/cmd_privmsg.cpp index 6eedf5276..71e121a52 100644 --- a/src/cmd_privmsg.cpp +++ b/src/cmd_privmsg.cpp @@ -18,9 +18,7 @@ #include "wildcard.h" #include "commands/cmd_privmsg.h" - - -extern "C" command_t* init_command(InspIRCd* Instance) +extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_privmsg(Instance); }