diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ntapi/nt_tty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_tty.h b/include/ntapi/nt_tty.h index 636f4ae..dc8c4f3 100644 --- a/include/ntapi/nt_tty.h +++ b/include/ntapi/nt_tty.h @@ -360,7 +360,7 @@ typedef int32_t __stdcall ntapi_tty_create_session( __in nt_tty_session_type type, __in nt_tty_session_subtype subtype, __in const nt_guid * guid __optional, - __in wchar16_t * image_name __optional, + __in wchar16_t * image_name, __in void * htty __optional); |