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

Last change on this file since 413 was 94, checked in by achimha, 26 years ago

Added CVS tag to many files (comctl32 and headers) .

File size: 235 bytes
Line 
1/* $Id: w32skrnl.h,v 1.3 1999-06-10 16:21:56 achimha Exp $ */
2#ifndef _W32SKRNL_H
3#define _W32SKRNL_H
4#include "windef.h"
5LPSTR WINAPI GetWin32sDirectory(void);
6DWORD WINAPI RtlNtStatusToDosError(DWORD error);
7#endif /* _W32SKRNL_H */
Note: See TracBrowser for help on using the repository browser.