Implemented the underline and strikeout text attributes for the Wine
[wine] / include / device.h
1 #ifndef __WINE_DEVICE_H
2 #define __WINE_DEVICE_H
3 extern HANDLE DEVICE_Open( LPCSTR filename, DWORD access,
4                              LPSECURITY_ATTRIBUTES sa );
5 #endif