mirror of
https://github.com/reactos/wine.git
synced 2025-03-01 01:05:54 +00:00
6 lines
170 B
C
6 lines
170 B
C
#ifndef __WINE_DEVICE_H
|
|
#define __WINE_DEVICE_H
|
|
extern HANDLE DEVICE_Open( LPCSTR filename, DWORD access,
|
|
LPSECURITY_ATTRIBUTES sa );
|
|
#endif
|