Temporary fix suggested by Ulrich to allow the
[wine.git] / include / wine / w32skrnl.h
blob5bc98baae5624745f426e2c5fe2cb17838892805
1 #ifndef _W32SKRNL_H
2 #define _W32SKRNL_H
3 #include "wintypes.h"
4 LPSTR WINAPI GetWin32sDirectory(void);
5 DWORD WINAPI RtlNtStatusToDosError(DWORD error);
6 #endif /* _W32SKRNL_H */