projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
New channel 'debugstr' used to print OutputDebugString API calls.
[wine]
/
include
/
device.h
1
#ifndef __WINE_DEVICE_H
2
#define __WINE_DEVICE_H
3
4
#include "winbase.h"
5
6
extern HANDLE DEVICE_Open( LPCSTR filename, DWORD access,
7
LPSECURITY_ATTRIBUTES sa );
8
#endif