[YAROTOWS] Reintegrate the branch. For a brighter future.
[reactos.git] / reactos / subsystems / win32 / win32k / include / error.h
1 #pragma once
2
3 VOID FASTCALL
4 SetLastNtError(
5 NTSTATUS Status);
6
7 VOID FASTCALL
8 SetLastWin32Error(
9 DWORD Status);
10
11 NTSTATUS FASTCALL
12 GetLastNtError(VOID);
13
14 /* EOF */