ntdll: Better support for NT path names in wine_nt_to_unix_file_name.
authorAlexandre Julliard <julliard@winehq.org>
Thu, 22 Mar 2007 15:35:51 +0000 (16:35 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 22 Mar 2007 15:35:51 +0000 (16:35 +0100)
commitee478bbada340f3bcedfb5aaca0246be74a74140
treeb0aeda1e501a91abb0d11afcedf0672fbc530d1e
parent54c7b7e81b5542f015dc6e71fc6030ba3919f5d3
ntdll: Better support for NT path names in wine_nt_to_unix_file_name.

Don't map NT namespace 1:1 to Unix, add a magic \??\unix device instead.
More generic support for \??\ devices, with fallback to the wineserver
for paths that don't exist.
dlls/ntdll/directory.c