From c20aa760c5d0ca53ccae935f4be09aa160de18a8 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Fri, 29 Jul 2005 09:51:08 +0000 Subject: [PATCH] Add PORT_MESSAGE_TYPE macro. svn path=/trunk/; revision=16853 --- reactos/include/ndk/lpctypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/ndk/lpctypes.h b/reactos/include/ndk/lpctypes.h index e293fb49e0b..ef1abc12014 100644 --- a/reactos/include/ndk/lpctypes.h +++ b/reactos/include/ndk/lpctypes.h @@ -9,6 +9,8 @@ #ifndef _LPCTYPES_H #define _LPCTYPES_H +#define PORT_MESSAGE_TYPE(m) ((m).Header.MessageType) + /* DEPENDENCIES **************************************************************/ /* EXPORTED DATA *************************************************************/ -- 2.17.1