X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodules.h;h=e836f19ddb828d08c5b7146aba57b5f91d94a73b;hb=7770cd985405c7630e9149fc08c314ec824a9c75;hp=46aa13e4086fbed920340b5f4aa6cf6c79fb7aed;hpb=4f1005acd1e97a6dac8182f80a0ccf453376ba67;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modules.h b/include/modules.h index 46aa13e40..e836f19dd 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1235,7 +1235,7 @@ class CoreExport ModuleManager : public fakederef #define MODULE_INIT_SYM_FN_2(x,y) MODULE_INIT_SYM_FN_1(x,y) #define MODULE_INIT_SYM_FN_1(x,y) inspircd_module_ ## x ## _ ## y -#ifdef PURE_STATIC +#ifdef INSPIRCD_STATIC struct AllCommandList { typedef Command* (*fn)(Module*);