]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/sysdep.h
Provide win32-based dlapi replacements on windows platforms without dlfcn.h.
[thirdparty/binutils-gdb.git] / ld / sysdep.h
index 9dfae105d55c399e7455e7802c08f42b9b62c722..b7d5b88a857bf3053127053c5a3dc0898fcf452d 100644 (file)
@@ -90,8 +90,7 @@ extern char *strrchr ();
 #endif
 #endif
 
-/* This is both more precise than and includes HAVE_DLFCN_H.  */
-#ifdef ENABLE_PLUGINS
+#ifdef HAVE_DLFCN_H
 #include <dlfcn.h>
 #endif