File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
branches/snap-stage3/src/rt Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 38a97becdf3e6a6157f6f7ec2d98ade8d8edc193
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: f5222fb892be00f2b3e4dd8b83c5277e94ebbbba
4
+ refs/heads/snap-stage3: 9a2415b82284f81d2fa7d6aa5096e6d2e5d83452
5
5
refs/heads/try: 7b4ef47b7805a402d756fb8157101f64880a522f
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change 45
45
#include "valgrind/valgrind.h"
46
46
#endif
47
47
48
+ #if defined(_MSC_VER )
49
+ # define RUST_BUILTIN_API __declspec(dllexport)
50
+ #else
51
+ # define RUST_BUILTIN_API
52
+ #endif
53
+
48
54
#ifndef _WIN32
49
55
char *
50
56
rust_list_dir_val (struct dirent * entry_ptr ) {
@@ -129,6 +135,7 @@ get_num_cpus() {
129
135
}
130
136
#endif
131
137
138
+ RUST_BUILTIN_API
132
139
uintptr_t
133
140
rust_get_num_cpus () {
134
141
return get_num_cpus ();
You can’t perform that action at this time.
0 commit comments