Removed #include of wingdi.h and windef.h from winuser.h (and resolved
[wine] / include / device.h
1 #ifndef __WINE_DEVICE_H
2 #define __WINE_DEVICE_H
3
4 #include "winbase.h"
5
6 extern HANDLE DEVICE_Open( LPCSTR filename, DWORD access,
7                              LPSECURITY_ATTRIBUTES sa );
8 #endif