mirror of
https://github.com/reactos/reactos.git
synced 2024-10-29 19:13:58 +00:00
7 lines
69 B
C
7 lines
69 B
C
#pragma once
|
|
|
|
HRESULT
|
|
NtStatusToHResult(
|
|
_In_ NTSTATUS Status
|
|
);
|