Author: tkreuzer
Date: Wed Oct 14 19:03:41 2009
New Revision: 43458
URL: http://svn.reactos.org/svn/reactos?rev=43458&view=rev
Log:
Add back PORT_MAXIMUM_MESSAGE_LENGTH for user mode, thanks Stefan
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 19:03:41 2009
@@ -79,6 +79,11 @@
} PORT_INFORMATION_CLASS;
#ifdef NTOS_MODE_USER
+
+//
+// Maximum message size that can be sent through an LPC Port without a section
+//
+#define PORT_MAXIMUM_MESSAGE_LENGTH 256
//
// Portable LPC Types for 32/64-bit compatibility
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