summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ntdll.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-06-03 21:29:43 +0000
committerChristopher Faylor <me@cgf.cx>2004-06-03 21:29:43 +0000
commit604ca5fa1726b9d42527e0e0e4b767858a646c67 (patch)
treededd370fa2dd713d16788f17674b388389d8aac0 /winsup/cygwin/ntdll.h
parentee94df3eccde219778b98223d001ed244b3d3891 (diff)
downloadcygnal-604ca5fa1726b9d42527e0e0e4b767858a646c67.tar.gz
cygnal-604ca5fa1726b9d42527e0e0e4b767858a646c67.tar.bz2
cygnal-604ca5fa1726b9d42527e0e0e4b767858a646c67.zip
* winbase.h (ilockincr): More changes from the inexplicable world of gcc asm
magic. (ilockdecr): Ditto.
Diffstat (limited to 'winsup/cygwin/ntdll.h')
-rw-r--r--winsup/cygwin/ntdll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h
index 0fb7c0e5a..8e829f5ed 100644
--- a/winsup/cygwin/ntdll.h
+++ b/winsup/cygwin/ntdll.h
@@ -420,4 +420,5 @@ extern "C"
NTSTATUS NTAPI NtUnmapViewOfSection (HANDLE, PVOID);
VOID NTAPI RtlInitUnicodeString (PUNICODE_STRING, PCWSTR);
ULONG NTAPI RtlNtStatusToDosError (NTSTATUS);
+ ULONG WINAPI RtlIsDosDeviceName_U (PCWSTR);
}