X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_join.cpp;h=218e0f7b8b33229c28f675d35b9648fb90521369;hb=72948525ec3ef03fe46553349c1892cafa5ac18c;hp=8c24c7bcb1dad066e031073187f33b7c69e094cc;hpb=0f6de0b18372a76ebb5d6c4ba3dc9a7a7e0a7297;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_join.cpp b/src/cmd_join.cpp index 8c24c7bcb..218e0f7b8 100644 --- a/src/cmd_join.cpp +++ b/src/cmd_join.cpp @@ -15,7 +15,7 @@ #include "users.h" #include "commands/cmd_join.h" -extern "C" command_t* init_command(InspIRCd* Instance) +extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_join(Instance); }