"Bill Medland" billmedland@look.ca writes:
A propos. Why is wine_get_unix_file_name nice and exposed (e.g. it is in winbase.h) yet the wine_dlopen etc aren't?
wine_dlopen etc. are in libwine, they are not exported APIs but normal Unix functions. So they are declared in include/wine/library.h.