summaryrefslogtreecommitdiffstats
path: root/third_party/libxml/xmlmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libxml/xmlmodule.c')
-rw-r--r--third_party/libxml/xmlmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxml/xmlmodule.c b/third_party/libxml/xmlmodule.c
index 9d68b9f..cbe30b6 100644
--- a/third_party/libxml/xmlmodule.c
+++ b/third_party/libxml/xmlmodule.c
@@ -190,7 +190,7 @@ xmlModuleFree(xmlModulePtr module)
return (0);
}
-#ifdef HAVE_DLOPEN
+#if defined(HAVE_DLOPEN) && !defined(_WIN32)
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif