#ifndef _INCLUDE_KERNEL32_H #define _INCLUDE_KERNEL32_H /* $Id$ */ #include #define NTOS_MODE_USER #include #define SetLastErrorByStatus(__S__) \ ((void)SetLastError(RtlNtStatusToDosError(__S__))) #endif /* _INCLUDE_KERNEL32_H */