reactos/subsystems/win32/win32k/include/error.h
Jérôme Gardou c16ad873a6 sync with trunk (r46275)
svn path=/branches/reactos-yarotows/; revision=46279
2010-03-19 21:09:21 +00:00

15 lines
167 B
C

#pragma once
VOID FASTCALL
SetLastNtError(
NTSTATUS Status);
VOID FASTCALL
SetLastWin32Error(
DWORD Status);
NTSTATUS FASTCALL
GetLastNtError(VOID);
/* EOF */