mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
9 lines
193 B
C
9 lines
193 B
C
#ifndef __WINE_DEVICE_H
|
|
#define __WINE_DEVICE_H
|
|
|
|
#include "winbase.h"
|
|
|
|
extern HANDLE DEVICE_Open( LPCSTR filename, DWORD access,
|
|
LPSECURITY_ATTRIBUTES sa );
|
|
#endif
|