mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
1ed4ecffa8
Removed warnings. Made the include files self-sufficient. Some Solaris fixes.
8 lines
193 B
C
8 lines
193 B
C
#ifndef __WINE_DEVICE_H
|
|
#define __WINE_DEVICE_H
|
|
|
|
#include "winbase.h"
|
|
|
|
extern HANDLE DEVICE_Open( LPCSTR filename, DWORD access,
|
|
LPSECURITY_ATTRIBUTES sa );
|
|
#endif
|