Sign in
goma
/
wine
/
338d3b2d1b56f20e2442a4e15aff9c1f88334ba5
/
.
/
include
/
device.h
blob: 6a5216c5aaa1374e45fe74f8ded1a96acf9892ac [
file
]
#ifndef
__WINE_DEVICE_H
#define
__WINE_DEVICE_H
extern
HANDLE DEVICE_Open
(
LPCSTR filename
,
DWORD access
,
LPSECURITY_ATTRIBUTES sa
);
#endif