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
/
ttydrv.api
1
%long
2
3
BOOL
4
CHAR
5
COLORREF
6
DWORD
7
INT
8
HDC
9
HBITMAP
10
HFONT
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
LPPALETTEENTRY
34
LPSIZE
35
LPTEXTMETRICW
36
INT *
37
POINT *
38
RECT *
39
TTYDRV_PDEVICE *
40
WINDOWPOS *
41
struct tagCURSORICONINFO *
42
43
void *
44
45
%str
46
47
LPCSTR
48
LPSTR
49
50
%wstr
51
52
LPCWSTR
53
LPWSTR
54
55
%void
56
57
void