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