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