OSDN Git Service

* ntdll.h (RtlCreateUnicodeStringFromAsciiz): Fix declaration.
authorcorinna <corinna>
Thu, 16 Aug 2007 10:41:45 +0000 (10:41 +0000)
committercorinna <corinna>
Thu, 16 Aug 2007 10:41:45 +0000 (10:41 +0000)
commit753454982b911f5cefc391d1deaa75f8e7656b01
tree3d14e8db78b55a6c8ce5d573e51c6f40c13d7452
parent6ca5c75428f26d4831dcc86d36773cf47ea60ffb
* ntdll.h (RtlCreateUnicodeStringFromAsciiz): Fix declaration.
(RtlUpcaseUnicodeChar): Declare.
* path.cc (hash_path_name): Split into three functions, taking
the path as char *, PWCSTR, or PUNICODE_STRING.  Move implementation
into PUNICODE_STRING-based function.  Drop old drive-relative path
consideration.
* winsup.h (iswdirsep): Like isdirsep but for WCHARs.
(isabspath_u): Like isabspath, for PUNICODE_STRINGs.
(iswabspath): Like isabspath, for PWCHARs.
(hash_path_name): Add new declarations.
winsup/cygwin/ChangeLog
winsup/cygwin/ntdll.h
winsup/cygwin/path.cc
winsup/cygwin/winsup.h