projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f2fe2
)
Add back PORT_MAXIMUM_MESSAGE_LENGTH for user mode, thanks Stefan
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Wed, 14 Oct 2009 17:03:41 +0000
(17:03 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Wed, 14 Oct 2009 17:03:41 +0000
(17:03 +0000)
svn path=/trunk/; revision=43458
reactos/include/ndk/lpctypes.h
patch
|
blob
|
history
diff --git
a/reactos/include/ndk/lpctypes.h
b/reactos/include/ndk/lpctypes.h
index
96bd1b5
..
444130c
100644
(file)
--- a/
reactos/include/ndk/lpctypes.h
+++ b/
reactos/include/ndk/lpctypes.h
@@
-80,6
+80,11
@@
typedef enum _PORT_INFORMATION_CLASS
#ifdef NTOS_MODE_USER
+//
+// Maximum message size that can be sent through an LPC Port without a section
+//
+#define PORT_MAXIMUM_MESSAGE_LENGTH 256
+
//
// Portable LPC Types for 32/64-bit compatibility
//