From 604ca5fa1726b9d42527e0e0e4b767858a646c67 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 3 Jun 2004 21:29:43 +0000 Subject: * winbase.h (ilockincr): More changes from the inexplicable world of gcc asm magic. (ilockdecr): Ditto. --- winsup/cygwin/ntdll.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/ntdll.h') 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); } -- cgit v1.2.3