From f5519a585fdff5a009c20c3d89db315d4af45196 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 17 Jan 2015 15:31:35 +0000 Subject: [PATCH] Fix modules not being versioned on Windows. --- include/modules.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2