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