X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodules.h;h=9857012fcfc0ac1c71793198e15f5b0a902d5e0c;hb=9d81896b74fda1d2cd40723dcec33bf75f843038;hp=cd0d5aad01389b10d40e6620e85cf68de813a15d;hpb=c8d3cce3a701f9f7786c5efecb457850d89edf6d;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modules.h b/include/modules.h index cd0d5aad0..9857012fc 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1717,7 +1717,8 @@ struct AllModuleList { break; \ } \ return TRUE; \ - } + } \ + extern "C" DllExport const char inspircd_src_version[] = VERSION " r" REVISION; #else