Juergen Schmied writes:
> Hmm, wasn't the server interface supposed to be unicode only? Why don't
> convert the strings to unicode? DeleteFileW and MoveFileW would need
> such strings anyway. And we should not go on implementing ASCII functions.
Well, currently all filenames e.g. in CreateFile(), ReadFile() and so
on are ASCII in the server. So these functions would need a rewrite,
too. Besides that, I am not sure if unicode filenames in the server
would really make any sense, as long as linux does not support them.
The problem with this patch was just, that it introduced the first
case, where two filenames have to be transported to the server in one
call.
Greetings,
Peter
--
Peter Ganten
[EMAIL PROTECTED]