Sign in
goma
/
wine
/
58b2f0a0a2ea02a1fd47d7b3820793fa7511dd91
/
.
/
include
/
device.h
blob: 456ef22da3003387a87cec4eb03ca00867400329 [
file
]
#ifndef
__WINE_DEVICE_H
#define
__WINE_DEVICE_H
extern
HANDLE32 DEVICE_Open
(
LPCSTR filename
,
DWORD access
,
LPSECURITY_ATTRIBUTES sa
);
#endif