Skip to content

Commit 85d2f1d

Browse files
committed
---
yaml --- r: 4872 b: refs/heads/master c: 6ad5b71 h: refs/heads/master v: v3
1 parent c0c1b85 commit 85d2f1d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 7dad31d11cc4180ac97525fab9c5e3e29c8a894c
2+
refs/heads/master: 6ad5b71ad91ae23648945733efd162935c392a41

trunk/src/rt/rust.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99
#ifdef __i386__
1010
// 'cdecl' ABI only means anything on i386
1111
#ifdef __WIN32__
12+
#ifndef CDECL
1213
#define CDECL __cdecl
14+
#endif
15+
#ifndef FASTCALL
1316
#define FASTCALL __fastcall
17+
#endif
1418
#else
1519
#define CDECL __attribute__((cdecl))
1620
#define FASTCALL __attribute__((fastcall))

0 commit comments

Comments
 (0)