Question about unix path request in 2 of the wine dlls

Alexandre Julliard julliard at winehq.com
Sun Aug 25 14:55:04 CDT 2002


Steven Edwards <steven_ed4153 at yahoo.com> writes:

> in urlmon umon.c calls cabextract for by requesting the unix path via wine_get_unix_file_name and
> in shell32 shelllink.c get_unix_file_name is used in a few locations. Does anyone have a
> suggestion on a clean simple way to handle both of these on non-nix platforms? Can this be moved
> to libwine?

Probably the right way is to use GetProcAddress to get a pointer to
wine_get_unix_file_name, and simply skip the call if the function
doesn't exist, this should do the right thing in all cases.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list