projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Modified winebuild to use the __ASM_FUNC macro for greater portability.
[wine]
/
tools
/
winapi_check
/
win32
/
crtdll.api
1
%double
2
3
double
4
5
%long
6
7
BOOL
8
CHAR
9
DWORD
10
HANDLE
11
INT
12
LONG
13
ULONG
14
UINT
15
WCHAR
16
UCHAR
17
clock_t
18
size_t
19
time_t
20
21
%long # --forbidden
22
23
int
24
unsigned int
25
unsigned long
26
27
%longlong
28
29
LONGLONG
30
31
%ptr
32
33
CHAR *
34
CRTDLL_FILE *
35
LPCVOID
36
LPDWORD
37
LPDWORD *
38
LPINT
39
LPUINT
40
LPSTR *
41
LPSTR **
42
LPVOID
43
PCONTEXT
44
PEXCEPTION_FRAME
45
PEXCEPTION_FRAME *
46
PEXCEPTION_RECORD
47
VOID *
48
WCHAR *
49
_INITTERMFUN *
50
char *
51
jmp_buf
52
find_t *
53
struct _stat *
54
struct _timeb *
55
time_t *
56
struct _heapinfo *
57
struct _utimbuf *
58
struct _exception *
59
fpos_t *
60
diskfree_t *
61
unsigned char *
62
va_list
63
void *
64
65
%str
66
67
LPSTR
68
LPCSTR
69
70
%void
71
72
void
73
VOID
74
75
%wstr
76
77
LPCWSTR
78
LPWSTR
79
80
%unknown
81
82
new_handler_type
83
sig_handler_type
84
comp_func
85
struct complex
86
atexit_function
87
div_t
88
ldiv_t
89