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