mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
c16ad873a6
svn path=/branches/reactos-yarotows/; revision=46279
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 */
|