projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Make WIN_WindowFromPoint take a POINT instead of a POINT16.
[wine]
/
tools
/
winapi_check
/
win32
/
x11drv.api
1
%long
2
3
BOOL
4
CHAR
5
DWORD
6
HANDLE
7
HDC
8
HICON
9
HRGN
10
HWND
11
INT
12
LONG
13
UINT
14
WORD
15
16
%long # --forbidden
17
18
INT16
19
UINT16
20
int
21
22
%ptr
23
24
BYTE *
25
CURSORICONINFO *
26
LPBYTE
27
LPDIDEVICEOBJECTDATA
28
LPDWORD
29
LPMOUSE_EVENT_PROC
30
LPVOID
31
WINDOWPOS *
32
WND *
33
34
%str
35
36
LPCSTR
37
LPSTR
38
39
%wstr
40
41
LPCWSTR
42
LPWSTR
43
44
%void
45
46
void