Window stations and desktops
[reactos.git] / reactos / subsys / win32k / include / error.h
1 #ifndef __WIN32K_ERROR_H
2 #define __WIN32K_ERROR_H
3
4 VOID
5 SetLastNtError(
6 NTSTATUS Status);
7
8 VOID
9 SetLastWin32Error(
10 DWORD Status);
11
12 #endif /* __WIN32K_ERROR_H */
13
14 /* EOF */