7 lines
175 B
C
7 lines
175 B
C
|
#ifndef _W32SKRNL_H
|
||
|
#define _W32SKRNL_H
|
||
|
#include "wintypes.h"
|
||
|
LPSTR WINAPI GetWin32sDirectory(void);
|
||
|
DWORD WINAPI RtlNtStatusToDosError(DWORD error);
|
||
|
#endif /* _W32SKRNL_H */
|