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