Add information about the new wine.conf options.
[wine/testsucceed.git] / include / device.h
blob456ef22da3003387a87cec4eb03ca00867400329
1 #ifndef __WINE_DEVICE_H
2 #define __WINE_DEVICE_H
3 extern HANDLE32 DEVICE_Open( LPCSTR filename, DWORD access,
4 LPSECURITY_ATTRIBUTES sa );
5 #endif