From e34f5ea80b45f77c0b4f1b565aac2b97b8f96837 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 14 Oct 2009 17:03:41 +0000 Subject: [PATCH] Add back PORT_MAXIMUM_MESSAGE_LENGTH for user mode, thanks Stefan svn path=/trunk/; revision=43458 --- reactos/include/ndk/lpctypes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reactos/include/ndk/lpctypes.h b/reactos/include/ndk/lpctypes.h index 96bd1b526ce..444130ccc0a 100644 --- a/reactos/include/ndk/lpctypes.h +++ b/reactos/include/ndk/lpctypes.h @@ -80,6 +80,11 @@ typedef enum _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 //