Add PORT_MESSAGE_TYPE macro.
Modified: trunk/reactos/include/ndk/lpctypes.h
_____
Modified: trunk/reactos/include/ndk/lpctypes.h
--- trunk/reactos/include/ndk/lpctypes.h 2005-07-29 09:30:41 UTC
(rev 16852)
+++ trunk/reactos/include/ndk/lpctypes.h 2005-07-29 09:51:08 UTC
(rev 16853)
@@ -9,6 +9,8 @@
#ifndef _LPCTYPES_H
#define _LPCTYPES_H
+#define PORT_MESSAGE_TYPE(m) ((m).Header.MessageType)
+
/* DEPENDENCIES
**************************************************************/
/* EXPORTED DATA
*************************************************************/
Show replies by date