source: trunk/include/win/wine/w32skrnl.h@ 5

Last change on this file since 5 was 4, checked in by ktk, 27 years ago

Import

File size: 232 bytes
Line 
1/* $Id: w32skrnl.h,v 1.1 1999-05-24 20:19:29 ktk Exp $ */
2
3#ifndef _W32SKRNL_H
4#define _W32SKRNL_H
5#include "windef.h"
6LPSTR WINAPI GetWin32sDirectory(void);
7DWORD WINAPI RtlNtStatusToDosError(DWORD error);
8#endif /* _W32SKRNL_H */
Note: See TracBrowser for help on using the repository browser.