From 350fda32ef3230e0ccbbec44a0894bb319292309 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 22 Feb 2023 22:40:57 -0500 Subject: [build] _WIN32 __declspec(dllexport) *_plugin_init _WIN32 __declspec(dllexport) on mod_*_plugin_init() --- src/mod_vhostdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mod_vhostdb.c') diff --git a/src/mod_vhostdb.c b/src/mod_vhostdb.c index 60ec170c..536ffbd7 100644 --- a/src/mod_vhostdb.c +++ b/src/mod_vhostdb.c @@ -381,6 +381,7 @@ TRIGGER_FUNC(mod_vhostdb_periodic) __attribute_cold__ +__declspec_dllexport__ int mod_vhostdb_plugin_init(plugin *p); int mod_vhostdb_plugin_init(plugin *p) { p->version = LIGHTTPD_VERSION_ID; -- cgit v1.2.1