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