From a6563a605d7906252921503e89eae8da00eb599c Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 8 Sep 2017 22:22:22 +0000 Subject: subsystem interfaces: integrated sysv msgqueue definitions. --- src/port/ntapi_port_name_helper.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/port/ntapi_port_name_helper.c b/src/port/ntapi_port_name_helper.c index dabbdc0..3ade3e1 100644 --- a/src/port/ntapi_port_name_helper.c +++ b/src/port/ntapi_port_name_helper.c @@ -21,7 +21,9 @@ static const __port_service_prefix __port_service_prefixes[NT_PORT_TYPE_CAP][NT_ {{'s','y','m','l','n','k'}}, {{'n','t','p','r','o','c'}}, {{'s','e','m','c','t','l'}}, - {{'s','e','m','s','v','c'}}}; + {{'s','e','m','s','v','c'}}, + {{'m','s','q','c','t','l'}}, + {{'m','s','q','s','v','c'}}}; static const nt_guid __port_guids[NT_PORT_TYPE_CAP][NT_PORT_SUBTYPE_CAP] = { {NT_PORT_GUID_DEFAULT}, @@ -31,7 +33,9 @@ static const nt_guid __port_guids[NT_PORT_TYPE_CAP][NT_PORT_SUBTYPE_CAP] = { {NT_PORT_GUID_SYMLNK}, {NT_PORT_GUID_NTPROC}, {NT_PORT_GUID_SEMCTL}, - {NT_PORT_GUID_SEMSVC}}; + {NT_PORT_GUID_SEMSVC}, + {NT_PORT_GUID_MSQCTL}, + {NT_PORT_GUID_MSQSVC}}; int32_t __stdcall __ntapi_tt_port_guid_from_type( __out nt_guid * guid, -- cgit v1.2.3