diff options
Diffstat (limited to 'ipc/ipc_message_null_macros.h')
-rw-r--r-- | ipc/ipc_message_null_macros.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/ipc_message_null_macros.h b/ipc/ipc_message_null_macros.h index 2c33172..fb57df5 100644 --- a/ipc/ipc_message_null_macros.h +++ b/ipc/ipc_message_null_macros.h @@ -11,6 +11,7 @@ #undef IPC_STRUCT_END #undef IPC_STRUCT_TRAITS_BEGIN #undef IPC_STRUCT_TRAITS_MEMBER +#undef IPC_STRUCT_TRAITS_PARENT #undef IPC_STRUCT_TRAITS_END #undef IPC_ENUM_TRAITS #undef IPC_MESSAGE_CONTROL0 @@ -91,6 +92,7 @@ #define IPC_STRUCT_END() #define IPC_STRUCT_TRAITS_BEGIN(struct_name) #define IPC_STRUCT_TRAITS_MEMBER(name) +#define IPC_STRUCT_TRAITS_PARENT(type) #define IPC_STRUCT_TRAITS_END() #define IPC_ENUM_TRAITS(enum_name) #define IPC_MESSAGE_CONTROL0(msg_class) |