[winpr,nt] fix argument of NtStatus2Tag

use NTSTATUS instead of UINT32 as argument type
This commit is contained in:
akallabeth
2025-01-01 16:43:51 +01:00
parent 600ada6ce3
commit 19cc9ac670
2 changed files with 2 additions and 2 deletions

View File

@@ -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