summaryrefslogtreecommitdiff
path: root/dbm
diff options
context:
space:
mode:
Diffstat (limited to 'dbm')
-rw-r--r--dbm/apr_dbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/apr_dbm.c b/dbm/apr_dbm.c
index c4c296b15..71ba113ec 100644
--- a/dbm/apr_dbm.c
+++ b/dbm/apr_dbm.c
@@ -164,7 +164,7 @@ static apr_status_t dbm_open_type(apr_dbm_type_t const* * vtable,
#if defined(NETWARE)
apr_snprintf(modname, sizeof(modname), "dbm%s.nlm", type);
-#elif defined(WIN32)
+#elif defined(WIN32) || defined (__CYGWIN__)
apr_snprintf(modname, sizeof(modname),
"apr_dbm_%s-" APR_STRINGIFY(APR_MAJOR_VERSION) ".dll", type);
#else