projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Removed check for union semun; cleaned up a bit.
[wine]
/
include
/
device.h
1
#ifndef __WINE_DEVICE_H
2
#define __WINE_DEVICE_H
3
extern HANDLE DEVICE_Open( LPCSTR filename, DWORD access,
4
LPSECURITY_ATTRIBUTES sa );
5
#endif