summary refs log tree commit diff stats
path: root/lib/windows
diff options
context:
space:
mode:
authorHuy Doan <106477+ba0f3@users.noreply.github.com>2020-05-27 21:24:47 +0700
committerGitHub <noreply@github.com>2020-05-27 16:24:47 +0200
commit00fa7a57476ed6fe81fb2d9171ba902fad9b83d5 (patch)
treead0e3d12e7179d182839bc2d8c5fa999c7f2db9b /lib/windows
parentcc65ae6011eeb7f85726e6eebfc8dee922ad3451 (diff)
downloadNim-00fa7a57476ed6fe81fb2d9171ba902fad9b83d5.tar.gz
Add thiscall calling convention, mostly for hooking purpose (#14466)
* Add thiscall calling convention, mostly for hooking purpose
* add changelog and documentation
Diffstat (limited to 'lib/windows')
0 files changed, 0 insertions, 0 deletions
100 committer Andreas Rumpf <rumpf_a@web.de> 2019-02-18 15:18:42 +0100 make set specification more clear; refs #10524' href='/ahoang/Nim/commit/doc/sets_fragment.txt?h=devel&id=739dc8094e4a4f6dd2f0eb0fb2eb8ce8191cb001'>739dc8094 ^
83f5839e2 ^

66ce99d01 ^
404e91ce4 ^
404e91ce4 ^

404e91ce4 ^

b87ec1457 ^
f6ee066ee ^
1ad618d96 ^
94c4c01d9 ^
3aaec0647 ^
b87ec1457 ^


1c31de361 ^
b87ec1457 ^
110c4aca7 ^
b87ec1457 ^
110c4aca7 ^
b87ec1457 ^


1c31de361 ^
b87ec1457 ^
1ad618d96 ^
e66983566 ^






b87ec1457 ^




3aaec0647 ^











b87ec1457 ^

62b81d7f1 ^
90a7460d9 ^


3aaec0647 ^
90a7460d9 ^


1c31de361 ^
90a7460d9 ^
















1c31de361 ^
90a7460d9 ^


90a7460d9 ^
6ed1f2b93 ^

f6ee066ee ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102