mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Add PORT_MESSAGE_TYPE macro.
svn path=/trunk/; revision=16853
This commit is contained in:
parent
62e6228e7e
commit
c20aa760c5
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
#ifndef _LPCTYPES_H
|
||||
#define _LPCTYPES_H
|
||||
|
||||
#define PORT_MESSAGE_TYPE(m) ((m).Header.MessageType)
|
||||
|
||||
/* DEPENDENCIES **************************************************************/
|
||||
|
||||
/* EXPORTED DATA *************************************************************/
|
||||
|
|
Loading…
Reference in a new issue