[NDK] remove PORT_MAXIMUM_MESSAGE_LENGTH, it's defined in wdm.h
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 14 Oct 2009 16:56:54 +0000 (16:56 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 14 Oct 2009 16:56:54 +0000 (16:56 +0000)
svn path=/trunk/; revision=43456

reactos/include/ndk/lpctypes.h

index 7586c31..96bd1b5 100644 (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
 //