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