From c80ab0351a6078656b8c78090e4380deb95b16c8 Mon Sep 17 00:00:00 2001 From: corinna Date: Mon, 15 Jan 2007 11:11:37 +0000 Subject: [PATCH] * ntdll.h: Adjust status definitions. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/ntdll.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 75678260d2..0e2eb51401 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2007-01-14 Corinna Vinschen + * ntdll.h: Adjust status definitions. + +2007-01-14 Corinna Vinschen + * cygheap.cc (cygheap_init): Add TODO comment. 2007-01-14 Corinna Vinschen diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h index 35c2a9bca4..53c21320b9 100644 --- a/winsup/cygwin/ntdll.h +++ b/winsup/cygwin/ntdll.h @@ -18,9 +18,9 @@ #define STATUS_BUFFER_TOO_SMALL ((NTSTATUS) 0xc0000023) #define STATUS_SHARING_VIOLATION ((NTSTATUS) 0xc0000043) #define STATUS_DELETE_PENDING ((NTSTATUS) 0xc0000056) -#define STATUS_WORKING_SET_QUOTA ((NTSTATUS) 0xc00000a1L) +#define STATUS_WORKING_SET_QUOTA ((NTSTATUS) 0xc00000a1) #define STATUS_INVALID_LEVEL ((NTSTATUS) 0xc0000148) -#define STATUS_NO_MORE_FILES ((NTSTATUS)0x80000006L) +#define STATUS_NO_MORE_FILES ((NTSTATUS) 0x80000006) #define PDI_MODULES 0x01 #define PDI_HEAPS 0x04 #define LDRP_IMAGE_DLL 0x00000004 -- 2.11.0