mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[winpr,nt] fix argument of NtStatus2Tag
use NTSTATUS instead of UINT32 as argument type
This commit is contained in:
@@ -1562,7 +1562,7 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
WINPR_API const char* NtStatus2Tag(DWORD ntstatus);
|
||||
WINPR_API const char* NtStatus2Tag(NTSTATUS ntstatus);
|
||||
WINPR_API const char* Win32ErrorCode2Tag(UINT16 code);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user