mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
62a8b43301
Added user APCs support. Many changes to the xterm console to make use of the server (not finished yet). Moved some other small stuff to the server.
6 lines
172 B
C
6 lines
172 B
C
#ifndef __WINE_DEVICE_H
|
|
#define __WINE_DEVICE_H
|
|
extern HANDLE32 DEVICE_Open( LPCSTR filename, DWORD access,
|
|
LPSECURITY_ATTRIBUTES sa );
|
|
#endif
|