projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3565708
)
LPC message type LPC_CONNECTION_REFUSED does not exist in NT.
author
Emanuele Aliberti
<ea@iol.it>
Sun, 13 Feb 2005 21:32:41 +0000
(21:32 +0000)
committer
Emanuele Aliberti
<ea@iol.it>
Sun, 13 Feb 2005 21:32:41 +0000
(21:32 +0000)
svn path=/trunk/; revision=13539
reactos/include/ntos/zwtypes.h
patch
|
blob
|
history
diff --git
a/reactos/include/ntos/zwtypes.h
b/reactos/include/ntos/zwtypes.h
index
067ed8b
..
37ba0b1
100755
(executable)
--- 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;