Author: tkreuzer
Date: Wed Oct 14 18:56:54 2009
New Revision: 43456
URL:
http://svn.reactos.org/svn/reactos?rev=43456&view=rev
Log:
[NDK] remove PORT_MAXIMUM_MESSAGE_LENGTH, it's defined in wdm.h
Modified:
trunk/reactos/include/ndk/lpctypes.h
Modified: trunk/reactos/include/ndk/lpctypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/lpctypes.h?rev…
==============================================================================
--- trunk/reactos/include/ndk/lpctypes.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/lpctypes.h [iso-8859-1] Wed Oct 14 18:56:54 2009
@@ -30,11 +30,6 @@
//
#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