LPC message type LPC_CONNECTION_REFUSED does not exist in NT.

svn path=/trunk/; revision=13539
This commit is contained in:
Emanuele Aliberti 2005-02-13 21:32:41 +00:00
parent 3565708b26
commit ca17def287

View file

@ -1742,7 +1742,7 @@ typedef enum
LPC_DEBUG_EVENT = 0x8,
LPC_ERROR_EVENT = 0x9,
LPC_CONNECTION_REQUEST = 0xa,
LPC_CONNECTION_REFUSED = 0xb
LPC_CONNECTION_REFUSED = 0xb /* ReactOS only */
} LPC_TYPE, *PLPC_TYPE;