mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NDK] remove PORT_MAXIMUM_MESSAGE_LENGTH, it's defined in wdm.h
svn path=/trunk/; revision=43456
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user