[NDK] remove PORT_MAXIMUM_MESSAGE_LENGTH, it's defined in wdm.h

svn path=/trunk/; revision=43456
This commit is contained in:
Timo Kreuzer
2009-10-14 16:56:54 +00:00
parent af3f2d5454
commit b40f0f355b
-5
View File
@@ -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
//