From a9e36321fda82e1f565f2291a2fc4eaf97de4fc6 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 14 May 2006 18:32:57 +0000 Subject: * ntdll.h (STATUS_INVALID_INFO_CLASS): Conditionalize. --- winsup/cygwin/ntdll.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'winsup/cygwin/ntdll.h') diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h index 265f308f6..ff5f0c93a 100644 --- a/winsup/cygwin/ntdll.h +++ b/winsup/cygwin/ntdll.h @@ -8,7 +8,11 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ +#ifndef STATUS_INVALID_INFO_CLASS +/* Some w32api header file defines this so we need to conditionalize this + define to avoid warnings. */ #define STATUS_INVALID_INFO_CLASS ((NTSTATUS) 0xc0000003) +#endif #define STATUS_INFO_LENGTH_MISMATCH ((NTSTATUS) 0xc0000004) #define STATUS_INVALID_PARAMETER ((NTSTATUS) 0xc000000d) #define STATUS_BUFFER_TOO_SMALL ((NTSTATUS) 0xc0000023) -- cgit v1.2.3