update for HEAD-2003091401
[reactos.git] / subsys / win32k / include / error.h
1 #ifndef __WIN32K_ERROR_H
2 #define __WIN32K_ERROR_H
3
4 VOID FASTCALL
5 SetLastNtError(
6   NTSTATUS Status);
7
8 VOID FASTCALL
9 SetLastWin32Error(
10   DWORD Status);
11
12 NTSTATUS FASTCALL
13 GetLastNtError();
14
15 #endif /* __WIN32K_ERROR_H */
16
17 /* EOF */