diff options
author | midipix <writeonce@midipix.org> | 2017-09-08 22:22:22 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-09-08 22:49:23 -0400 |
commit | a6563a605d7906252921503e89eae8da00eb599c (patch) | |
tree | f367db339390805ce4f63f329546a9494a70327f /src | |
parent | 14cb5f9e41e8f906499c50179cc768fddc9b10f8 (diff) | |
download | ntapi-a6563a605d7906252921503e89eae8da00eb599c.tar.bz2 ntapi-a6563a605d7906252921503e89eae8da00eb599c.tar.xz |
subsystem interfaces: integrated sysv msgqueue definitions.
Diffstat (limited to 'src')
-rw-r--r-- | src/port/ntapi_port_name_helper.c | 8 |
1 files changed, 6 insertions, 2 deletions
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, |