OSDN Git Service

* ntdll.h (RtlInitCountedUnicodeString): Swap order of string and length
authorcorinna <corinna>
Sat, 28 Jul 2007 16:00:35 +0000 (16:00 +0000)
committercorinna <corinna>
Sat, 28 Jul 2007 16:00:35 +0000 (16:00 +0000)
commit2f1b2484176f50be5c87e7dcb3dbe662f29f1545
treee8ccbdb87660729fde63709d26f3929090a94158
parent49ca112ec6307fd6db91a2baec0d5998e774c4e2
* ntdll.h (RtlInitCountedUnicodeString): Swap order of string and length
parameters to be the same as for RtlInitEmptyUnicodeString.
(RtlEqualPathPrefix): New inline function.
(RtlEqualPathSuffix): New inline function.
* fhandler_disk_file.cc: Accommodate parameter order change of
RtlInitEmptyUnicodeString throughout.
(fhandler_disk_file::link): Do path checking in unicode.  Call
CopyFileW instead of CopyFileA.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler_disk_file.cc
winsup/cygwin/ntdll.h