diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2023-02-22 22:40:57 -0500 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2023-05-03 23:11:35 -0400 |
commit | 350fda32ef3230e0ccbbec44a0894bb319292309 (patch) | |
tree | 73f0b0cd81b4d332b3760a10792fbb311fbe941b /src/mod_extforward.c | |
parent | b3ebaef3e848cc40109130494923c419c76ddb79 (diff) | |
download | lighttpd-git-350fda32ef3230e0ccbbec44a0894bb319292309.tar.gz |
[build] _WIN32 __declspec(dllexport) *_plugin_init
_WIN32 __declspec(dllexport) on mod_*_plugin_init()
Diffstat (limited to 'src/mod_extforward.c')
-rw-r--r-- | src/mod_extforward.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_extforward.c b/src/mod_extforward.c index 482d21a9..e0c60cae 100644 --- a/src/mod_extforward.c +++ b/src/mod_extforward.c @@ -1187,6 +1187,7 @@ CONNECTION_FUNC(mod_extforward_handle_con_accept) __attribute_cold__ +__declspec_dllexport__ int mod_extforward_plugin_init(plugin *p); int mod_extforward_plugin_init(plugin *p) { p->version = LIGHTTPD_VERSION_ID; |