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

Last change on this file since 10366 was 641, checked in by sandervl, 26 years ago

Updated Wine headers

File size: 272 bytes
Line 
1/* $Id: w32skrnl.h,v 1.5 1999-08-22 22:52:11 sandervl Exp $ */
2#ifndef __WINE_WINE_W32SKRNL_H
3#define __WINE_WINE_W32SKRNL_H
4
5#include "windef.h"
6
7LPSTR WINAPI GetWin32sDirectory(void);
8DWORD WINAPI RtlNtStatusToDosError(DWORD error);
9
10#endif /* __WINE_WINE_W32SKRNL_H */
Note: See TracBrowser for help on using the repository browser.