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