> Note, that I had to define a new type (patha_t), because I saw no
> other way to transport two variable length strings (filenames) in one
> server call. This is needed for the move_file request. Because of
> consistency considerations, I renamed the type path_t to pathw_t and
> changed all files accordingly. 
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.

juergen

---
[EMAIL PROTECTED]

... from sunny Berlin

Reply via email to