diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-09-28 19:22:25 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-09-28 19:22:25 +0000 |
commit | dcb091caaf9e00e840520141c1a74fb3f0eeb1d2 (patch) | |
tree | 483b37f8f41a0ce565559a2a5340f2fe5c3c9e57 /winsup/cygwin/ntdll.h | |
parent | 1204c515fe00335920c5707cc136e9562fd7cf38 (diff) | |
download | newlib-dcb091caaf9e00e840520141c1a74fb3f0eeb1d2.zip newlib-dcb091caaf9e00e840520141c1a74fb3f0eeb1d2.tar.gz newlib-dcb091caaf9e00e840520141c1a74fb3f0eeb1d2.tar.bz2 |
Revert erroneous checkin.
Diffstat (limited to 'winsup/cygwin/ntdll.h')
-rw-r--r-- | winsup/cygwin/ntdll.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h index f03bb29..5a43df5 100644 --- a/winsup/cygwin/ntdll.h +++ b/winsup/cygwin/ntdll.h @@ -507,8 +507,4 @@ extern "C" VOID NTAPI RtlInitUnicodeString (PUNICODE_STRING, PCWSTR); ULONG NTAPI RtlNtStatusToDosError (NTSTATUS); ULONG WINAPI RtlIsDosDeviceName_U (PCWSTR); - ULONG WINAPI RtlDosPathNameToNtPathName_U (PCWSTR, PUNICODE_STRING, - PCWSTR *, PUNICODE_STRING); - ULONG WINAPI RtlCreateUnicodeStringFromAsciiz (PUNICODE_STRING, PCSTR); - ULONG WINAPI RtlFreeUnicodeString (PUNICODE_STRING); } |