diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_guid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ntapi/nt_guid.h b/include/ntapi/nt_guid.h index a091f42..2c27f23 100644 --- a/include/ntapi/nt_guid.h +++ b/include/ntapi/nt_guid.h @@ -31,7 +31,7 @@ typedef void __fastcall ntapi_tt_guid_to_string_utf16( __out nt_guid_str_utf16 * guid_str); typedef int32_t __fastcall ntapi_tt_string_to_guid_utf16( - __in nt_guid_str_utf16 * guid_str, - __out nt_guid * guid); + __in const nt_guid_str_utf16 * guid_str, + __out nt_guid * guid); #endif |