[ros-diffs] [tkreuzer] 43456: [NDK] remove PORT_MAXIMUM_MESSAGE_LENGTH, it's defined in wdm.h

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Wed Oct 14 18:56:54 CEST 2009


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=43456&r1=43455&r2=43456&view=diff
==============================================================================
--- 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




More information about the Ros-diffs mailing list