mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
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 */
|