diff options
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; |