[host] windows: use DEBUG_WINERROR for CallNtPowerInformation

We need to use the function RtlNtStatusToDosError to convert NTSTATUS to
Windows error codes.
This commit is contained in:
Quantum
2021-08-09 02:46:06 -04:00
committed by Geoffrey McRae
parent 9246e00163
commit 87a21f5f5e
2 changed files with 4 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ LIBRARY "ntdll.dll"
EXPORTS
NtDelayExecution
NtSetTimerResolution
RtlNtStatusToDosError