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

Last change on this file since 73 was 43, checked in by sandervl, 26 years ago

* empty log message *

File size: 173 bytes
Line 
1#ifndef _W32SKRNL_H
2#define _W32SKRNL_H
3#include "windef.h"
4LPSTR WINAPI GetWin32sDirectory(void);
5DWORD WINAPI RtlNtStatusToDosError(DWORD error);
6#endif /* _W32SKRNL_H */
Note: See TracBrowser for help on using the repository browser.