Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
[wine] / include / wine / w32skrnl.h
1 #ifndef _W32SKRNL_H
2 #define _W32SKRNL_H
3 #include "windef.h"
4 LPSTR WINAPI GetWin32sDirectory(void);
5 DWORD WINAPI RtlNtStatusToDosError(DWORD error);
6 #endif /* _W32SKRNL_H */