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.
This commit is contained in:
Danny Smith
2003-08-15 02:19:54 +00:00
parent 498a5ffce2
commit 37f0dc7a05
4 changed files with 131 additions and 69 deletions

View File

@ -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;