From ae515fc910d2c548ccb2aeef59b67e0dcd13c3b6 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 30 Jul 2017 21:21:21 +0000 Subject: subsystem interfaces: ipc object guid parameter is always a const. --- src/port/ntapi_port_name_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/port') 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; -- cgit v1.2.3