From ca17def287046d5cfbebbc480533dfe8c6d451c3 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Sun, 13 Feb 2005 21:32:41 +0000 Subject: [PATCH] LPC message type LPC_CONNECTION_REFUSED does not exist in NT. svn path=/trunk/; revision=13539 --- reactos/include/ntos/zwtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ntos/zwtypes.h b/reactos/include/ntos/zwtypes.h index 067ed8bb132..37ba0b14f6a 100755 --- a/reactos/include/ntos/zwtypes.h +++ b/reactos/include/ntos/zwtypes.h @@ -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; -- 2.17.1