projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added regedit unit test, a couple minor changes to regedit.
[wine]
/
tools
/
winapi_check
/
win32
/
x11drv.api
1
%long
2
3
BOOL
4
CHAR
5
COLORREF
6
DWORD
7
HANDLE
8
HBITMAP
9
HBRUSH
10
HDC
11
HFONT
12
HICON
13
HPALETTE
14
HPEN
15
HRGN
16
HWND
17
INT
18
LONG
19
LPARAM
20
UINT
21
WPARAM
22
WORD
23
24
%long # --forbidden
25
26
int
27
28
%ptr
29
30
BITMAPINFO *
31
BYTE *
32
DC *
33
CURSORICONINFO *
34
CREATESTRUCTA *
35
DEVICEFONTENUMPROC
36
DEVMODEA *
37
DWORD *
38
HANDLE *
39
INT *
40
LPBYTE
41
LPCVOID
42
LPINT
43
LPLOGFONTW
44
LPPALETTEENTRY
45
LPPOINT
46
LPRECT
47
LPSIZE
48
LPVOID
49
LPVOID *
50
PIXELFORMATDESCRIPTOR *
51
POINT *
52
RECT *
53
RGBQUAD *
54
TEXTMETRICW *
55
WINDOWPOS *
56
X11DRV_PDEVICE *
57
void *
58
59
%str
60
61
LPCSTR
62
LPSTR
63
64
%wstr
65
66
LPCWSTR
67
LPWSTR
68
69
%void
70
71
void