http://bugs.winehq.com/show_bug.cgi?id=874
Summary: Unixisms and Wineism in shell32.dll Product: Wine Version: CVS Platform: PC OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.com ReportedBy: Steven_Ed4153@yahoo.com
shell32.dll: shelllink.c the function IPersistFile_fnSave seems to convert the paths back and forth from windows to unix. In doing this the code calls a few unix and wine functions that are not present on Windows.
shelllink.o(.text+0x43f6):shelllink.c: undefined reference to `fork' shelllink.o(.text+0x46ec):shelllink.c: undefined reference to `waitpid' shelllink.o(.text+0x732f):shelllink.c: undefined reference to `wine_get_unix_fil e_name@12'
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=874. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.