We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c1b85 commit 85d2f1dCopy full SHA for 85d2f1d
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 7dad31d11cc4180ac97525fab9c5e3e29c8a894c
+refs/heads/master: 6ad5b71ad91ae23648945733efd162935c392a41
trunk/src/rt/rust.h
@@ -9,8 +9,12 @@
9
#ifdef __i386__
10
// 'cdecl' ABI only means anything on i386
11
#ifdef __WIN32__
12
+#ifndef CDECL
13
#define CDECL __cdecl
14
+#endif
15
+#ifndef FASTCALL
16
#define FASTCALL __fastcall
17
18
#else
19
#define CDECL __attribute__((cdecl))
20
#define FASTCALL __attribute__((fastcall))
0 commit comments