branch update for HEAD-2003091401
[reactos.git] / subsys / win32k / include / error.h
index 2ef7d83..f95762e 100644 (file)
@@ -1,14 +1,17 @@
 #ifndef __WIN32K_ERROR_H
 #define __WIN32K_ERROR_H
 
-VOID
+VOID FASTCALL
 SetLastNtError(
   NTSTATUS Status);
 
-VOID
+VOID FASTCALL
 SetLastWin32Error(
   DWORD Status);
 
+NTSTATUS FASTCALL
+GetLastNtError();
+
 #endif /* __WIN32K_ERROR_H */
 
 /* EOF */