Fix "move file" implementation, in detail:
commitd1dceca69f012c837995a71adb419f9e97925535
authorMartin Fuchs <martin-fuchs@gmx.net>
Thu, 7 Oct 2004 04:25:29 +0000 (7 04:25 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 7 Oct 2004 04:25:29 +0000 (7 04:25 +0000)
treeb701ab34295eeb7b3945a5402077c406a60f573e
parentefb8be7e82306c571dee509dbb2c5285e4360b85
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
programs/winefile/winefile.c