projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Changed the GDI driver interface to pass an opaque PHYSDEV pointer
[wine]
/
tools
/
winapi_check
/
win32
/
ttydrv.api
1
%long
2
3
BOOL
4
CHAR
5
COLORREF
6
DWORD
7
INT
8
HDC
9
HBITMAP
10
HGDIOBJ
11
HRGN
12
HWND
13
LONG
14
UINT
15
WORD
16
17
%long # --forbidden
18
19
INT16
20
UINT16
21
int
22
23
%ptr
24
25
BITMAPINFO *
26
DC *
27
DEVMODEA *
28
DWORD *
29
CREATESTRUCTA *
30
LPBYTE
31
LPCVOID
32
LPINT
33
LPSIZE
34
LPTEXTMETRICW
35
INT *
36
POINT *
37
RECT *
38
WINDOWPOS *
39
struct tagCURSORICONINFO *
40
41
void *
42
43
%str
44
45
LPCSTR
46
LPSTR
47
48
%wstr
49
50
LPCWSTR
51
LPWSTR
52
53
%void
54
55
void