projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
[wine]
/
tools
/
winapi_check
/
win32
/
x11drv.api
1
%long
2
3
BOOL
4
CHAR
5
DWORD
6
HANDLE
7
LONG
8
UINT
9
WORD
10
11
%long # --forbidden
12
13
INT16
14
UINT16
15
int
16
17
%ptr
18
19
BYTE *
20
CURSORICONINFO *
21
KEYBOARD_CONFIG *
22
LPBYTE
23
LPDIDEVICEOBJECTDATA
24
LPDWORD
25
LPMOUSE_EVENT_PROC
26
LPVOID
27
WND *
28
29
%str
30
31
LPCSTR
32
LPSTR
33
34
%void
35
36
void