Sign in
goma
/
wine
/
cb1f2c43f2b42c928bc4ba5f9c9e90dc19074a06
/
.
/
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