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_evhost.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_evhost.c')
-rw-r--r-- | src/mod_evhost.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_evhost.c b/src/mod_evhost.c index 258cb11c..2d777662 100644 --- a/src/mod_evhost.c +++ b/src/mod_evhost.c @@ -347,6 +347,7 @@ static handler_t mod_evhost_uri_handler(request_st * const r, void *p_d) { __attribute_cold__ +__declspec_dllexport__ int mod_evhost_plugin_init(plugin *p); int mod_evhost_plugin_init(plugin *p) { p->version = LIGHTTPD_VERSION_ID; |