projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af3f2d5
)
[NDK] remove PORT_MAXIMUM_MESSAGE_LENGTH, it's defined in wdm.h
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Wed, 14 Oct 2009 16:56:54 +0000
(16:56 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Wed, 14 Oct 2009 16:56:54 +0000
(16:56 +0000)
svn path=/trunk/; revision=43456
reactos/include/ndk/lpctypes.h
patch
|
blob
|
history
diff --git
a/reactos/include/ndk/lpctypes.h
b/reactos/include/ndk/lpctypes.h
index
7586c31
..
96bd1b5
100644
(file)
--- a/
reactos/include/ndk/lpctypes.h
+++ b/
reactos/include/ndk/lpctypes.h
@@
-31,11
+31,6
@@
Author:
#define N_ROUND_UP(x,s) \
(((ULONG)(x)+(s)-1) & ~((ULONG)(s)-1))
-//
-// Maximum message size that can be sent through an LPC Port without a section
-//
-#define PORT_MAXIMUM_MESSAGE_LENGTH 256
-
//
// Port Object Access Masks
//