Sign in
goma
/
wine
/
8d8703cb489c477260ebc360e683d40ac8070b4c
/
.
/
include
/
device.h
blob: 456ef22da3003387a87cec4eb03ca00867400329 [
file
] [
log
] [
blame
]
#ifndef
__WINE_DEVICE_H
#define
__WINE_DEVICE_H
extern
HANDLE32 DEVICE_Open
(
LPCSTR filename
,
DWORD access
,
LPSECURITY_ATTRIBUTES sa
);
#endif