diff options
author | midipix <writeonce@midipix.org> | 2017-07-30 21:21:21 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-07-31 08:43:35 -0400 |
commit | ae515fc910d2c548ccb2aeef59b67e0dcd13c3b6 (patch) | |
tree | ecf5e1228ff34159dc003fcbeeaf35f0a48c101a /src/port | |
parent | 661c276ff61cf93a40829a9c120e1c6690c2ca2e (diff) | |
download | ntapi-ae515fc910d2c548ccb2aeef59b67e0dcd13c3b6.tar.bz2 ntapi-ae515fc910d2c548ccb2aeef59b67e0dcd13c3b6.tar.xz |
subsystem interfaces: ipc object guid parameter is always a const.
Diffstat (limited to 'src/port')
-rw-r--r-- | src/port/ntapi_port_name_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/ntapi_port_name_helper.c b/src/port/ntapi_port_name_helper.c index 8c811fa..e55ffba 100644 --- a/src/port/ntapi_port_name_helper.c +++ b/src/port/ntapi_port_name_helper.c @@ -57,7 +57,7 @@ int32_t __stdcall __ntapi_tt_port_guid_from_type( int32_t __stdcall __ntapi_tt_port_type_from_guid( __out nt_port_type * type, __out nt_port_subtype * subtype, - __in nt_guid * guid) + __in const nt_guid * guid) { int itype; int isubtype; |