25 Aug
2002
25 Aug
'02
7:55 p.m.
Steven Edwards <steven_ed4153(a)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(a)winehq.com