Fixed a couple of bugs in RtlDosSearchPath_U and RtlGetFullPathName_U.
commit28c3c2f0f0de619864e69e8a916dd8ed7a7b5cec
authorAlexandre Julliard <julliard@winehq.org>
Thu, 2 Oct 2003 04:43:45 +0000 (2 04:43 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 2 Oct 2003 04:43:45 +0000 (2 04:43 +0000)
tree98e06b27c5251b6677dce09976e898f2a46f3687
parent9eedca2b05dfb76dfa18b2208ee87d04f8f9522f
Fixed a couple of bugs in RtlDosSearchPath_U and RtlGetFullPathName_U.
Make RtlDoesFileExists_U do something useful by calling CreateFileW
for now.
dlls/ntdll/path.c