dlopen libncurses.so in wineconsole (take 3)

Dimitrie O. Paun dpaun at rogers.com
Fri Aug 15 11:30:59 CDT 2003


On August 14, 2003 10:00 pm, Mike McCormack wrote:
> +#ifdef HAVE_NCURSES_H
> +    char *ncname = SONAME_LIBNCURSES;
> +#else
> +    char *ncname = SONAME_LIBCURSES;
> +#endif

Since we're doing this dynamically, shouldn't we also determine at
runtime if we should use ncurses or curses? It would make a lot more
sense, as we typically compile on one box, and run on another...

-- 
Dimi.




More information about the wine-devel mailing list