Fix definition of LPC_MESSAGE_BASE_SIZE. Modified: trunk/reactos/include/ndk/lpctypes.h _____
Modified: trunk/reactos/include/ndk/lpctypes.h --- trunk/reactos/include/ndk/lpctypes.h 2005-06-20 07:16:51 UTC (rev 16141) +++ trunk/reactos/include/ndk/lpctypes.h 2005-06-20 07:18:20 UTC (rev 16142) @@ -14,7 +14,7 @@
/* EXPORTED DATA *************************************************************/
/* CONSTANTS *****************************************************************/ -#define LPC_MESSAGE_BASE_SIZE 4 +#define LPC_MESSAGE_BASE_SIZE 24 #define MAX_MESSAGE_DATA (0x130)
/* ENUMERATIONS **************************************************************/