X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=e1bcc153d55f46b65f769f3724ac3a115c72245a;hb=206e3b49c7bfe3e8a7ca972103fe9e30feb3a86a;hp=57eeb61ba458c534a9edfe60158b8915bcb859d9;hpb=cbb888a47064a8b70254047fd305bea73c2395ad;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 57eeb61ba..e1bcc153d 100755 --- a/configure +++ b/configure @@ -965,6 +965,10 @@ sub writefiles { #ifndef __CONFIGURATION_AUTO__ #define __CONFIGURATION_AUTO__ +/* this is for windows support. */ +#define CoreExport /**/ +#define DllExport /**/ + #define CONFIG_FILE "$config{CONFIG_DIR}/inspircd.conf" #define MOD_PATH "$config{MODULE_DIR}" #define VERSION "$version"