commit | f070fda20da77dde26c6f41c1307a675f2ccc048 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Sat Apr 24 12:02:14 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Apr 24 12:02:14 1999 +0000 |
tree | e16c013fba8414d750375f5021159c8ecc0776ce | |
parent | 4f8b5a85c4eb939357afde2e56036a24a045d36e [diff] [blame] |
autoconf fixes and cleanups (check for dlopen() in libc too).
diff --git a/include/elfdll.h b/include/elfdll.h index a8c5c10..94bfef8 100644 --- a/include/elfdll.h +++ b/include/elfdll.h
@@ -5,7 +5,7 @@ HINSTANCE16 ELFDLL_LoadModule16(LPCSTR libname, BOOL implicit); void ELFDLL_UnloadLibrary(WINE_MODREF *wm); -#if defined(HAVE_LIBDL) && defined(HAVE_DLFCN_H) +#if defined(HAVE_DL_API) void *ELFDLL_dlopen(const char *libname, int flags); extern char *extra_ld_library_path;