-Fixed MESSAGE functions that were thunking down to 16 bits implementation.
[wine] / include / device.h
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