branch update for HEAD-2003050101
[reactos.git] / include / kernel32 / error.h
1 #ifndef _INCLUDE_KERNEL32_H
2 #define _INCLUDE_KERNEL32_H
3 /* $Id$ */
4 #include <windows.h>
5 #define NTOS_MODE_USER
6 #include <ntos.h>
7
8 #define SetLastErrorByStatus(__S__) \
9  ((void)SetLastError(RtlNtStatusToDosError(__S__)))
10
11 #endif /* _INCLUDE_KERNEL32_H */