projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Define macros for LPC limits:
[reactos.git]
/
reactos
/
include
/
ntos
/
zwtypes.h
diff --git
a/reactos/include/ntos/zwtypes.h
b/reactos/include/ntos/zwtypes.h
index
c22a0cf
..
1a68143
100755
(executable)
--- a/
reactos/include/ntos/zwtypes.h
+++ b/
reactos/include/ntos/zwtypes.h
@@
-1714,6
+1714,9
@@
typedef struct _LPC_MAX_MESSAGE
#define PORT_MESSAGE_TYPE(m) (LPC_TYPE)((m).Header.MessageType)
+#define PORT_MAX_DATA_LENGTH 0x104
+#define PORT_MAX_MESSAGE_LENGTH 0x148
+
#endif /* __USE_W32API */
typedef struct _LPC_PORT_BASIC_INFORMATION