[NDK] remove PORT_MAXIMUM_MESSAGE_LENGTH, it's defined in wdm.h
[reactos.git] / 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
 //