mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
14 lines
167 B
C
14 lines
167 B
C
#pragma once
|
|
|
|
VOID FASTCALL
|
|
SetLastNtError(
|
|
NTSTATUS Status);
|
|
|
|
VOID FASTCALL
|
|
SetLastWin32Error(
|
|
DWORD Status);
|
|
|
|
NTSTATUS FASTCALL
|
|
GetLastNtError(VOID);
|
|
|
|
/* EOF */
|