mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
6 lines
69 B
C
6 lines
69 B
C
#pragma once
|
|
|
|
HRESULT
|
|
NtStatusToHResult(
|
|
_In_ NTSTATUS Status
|
|
);
|