repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
[wine.git]
/
include
/
device.h
blob
d0f0c7fbfbe963a80eb399bdc90ce715dcbb6b0b
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