Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-08-15 06:19:54 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2003-08-15 06:19:54 +0400
commit37f0dc7a056b2e22c1224f2315b084fe898f615c (patch)
tree3366907466e398258b1a347efbda0c796ab7a3da /winsup/w32api/include/ddk/ntapi.h
parent498a5ffce20eb075ddb37f0a0cdb11bc04ef2343 (diff)
2003-08-15 Andrew Greenwood <lists@silverblade.co.uk>
* include/wingdi.h (DEVMODE[AW]) Correct structure definition. * include/ddk/ntapi.h (LPC_TYPE): Add LPC_CONNECTION_REFUSED. * include/ddk/winddk.h (IRP_*): Add constants as anonymous enum.
Diffstat (limited to 'winsup/w32api/include/ddk/ntapi.h')
-rw-r--r--winsup/w32api/include/ddk/ntapi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/w32api/include/ddk/ntapi.h b/winsup/w32api/include/ddk/ntapi.h
index bc65f9e6c..a9a6b6e5c 100644
--- a/winsup/w32api/include/ddk/ntapi.h
+++ b/winsup/w32api/include/ddk/ntapi.h
@@ -26,7 +26,7 @@
#ifndef __NTAPI_H
#define __NTAPI_H
-#if __GNUC__ >=3
+#if __GNUC__ >= 3
#pragma GCC system_header
#endif
@@ -1952,6 +1952,7 @@ typedef enum _LPC_TYPE {
LPC_DEBUG_EVENT,
LPC_ERROR_EVENT,
LPC_CONNECTION_REQUEST,
+ LPC_CONNECTION_REFUSED,
LPC_MAXIMUM
} LPC_TYPE;