mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Add back PORT_MAXIMUM_MESSAGE_LENGTH for user mode, thanks Stefan
svn path=/trunk/; revision=43458
This commit is contained in:
parent
c2f2fe2649
commit
e34f5ea80b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue