ChangeSet ID: 14087 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/06 23:25:29
Modified files: programs/winefile: winefile.c
Log message: Martin Fuchs martin-fuchs@gmx.net Fix "move file" implementation, in detail: - use TCHAR to make the code UNICODE compatible - pass return string buffer to the dialog procedure - call display_error() in case of errors to display the WIN32 error message - use slash instead of back slash for unix file system compatibility - format the code equally to the remaining winefile code
Patch: http://cvs.winehq.org/patch.py?id=14087
Old revision New revision Changes Path 1.23 1.24 +44 -31 wine/programs/winefile/winefile.c