From ed15374b49b12e707034b30b166c514b22fc54ab Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 2 Nov 2000 06:59:07 +0000 Subject: * ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h. --- winsup/cygwin/ntdll.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'winsup/cygwin/ntdll.h') diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h index 79a8c732c..551d39d66 100644 --- a/winsup/cygwin/ntdll.h +++ b/winsup/cygwin/ntdll.h @@ -48,16 +48,6 @@ typedef struct _VM_COUNTERS ULONG PeakPagefileUsage; } VM_COUNTERS, *PVM_COUNTERS; -typedef struct _IO_COUNTERS -{ - LARGE_INTEGER ReadOperationCount; - LARGE_INTEGER WriteOperationCount; - LARGE_INTEGER OtherOperationCount; - LARGE_INTEGER ReadTransferCount; - LARGE_INTEGER WriteTransferCount; - LARGE_INTEGER OtherTransferCount; -} IO_COUNTERS, *PIO_COUNTERS; - typedef struct _CLIENT_ID { HANDLE UniqueProcess; -- cgit v1.2.3