Yet another attempt at fixing CW_USEDEFAULT handling.
[wine.git] / include / wine / w32skrnl.h
blob3795ed2ac86ea43e9d7632462a068e96b5c53d58
1 #ifndef __WINE_WINE_W32SKRNL_H
2 #define __WINE_WINE_W32SKRNL_H
4 #include "windef.h"
6 LPSTR WINAPI GetWin32sDirectory(void);
7 DWORD WINAPI RtlNtStatusToDosError(DWORD error);
9 #endif /* __WINE_WINE_W32SKRNL_H */