File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1111//===----------------------------------------------------------------------===//
1212
1313module visualc [system] {
14- export *
15-
1614 module SAL {
1715 header "sal.h"
16+ export *
1817 }
1918
2019 module vcruntime {
2120 header "vcruntime.h"
22- export SAL
21+ export *
2322 }
2423
2524 module setjmp {
2625 header "setjmp.h"
26+ export *
2727 }
2828
2929 module stdint {
3030 header "stdint.h"
31+ export *
3132 }
3233}
3334
Original file line number Diff line number Diff line change 2424
2525// Clang has been defining __INTxx_TYPE__ macros for a long time.
2626// __UINTxx_TYPE__ are defined only since Clang 3.5.
27- #if !defined(__APPLE__) && (defined(_MSC_VER) && !defined(__clang__)) && !defined(__linux__) && !defined(__OpenBSD__)
27+ #if !defined(__APPLE__) && !defined(__linux__) && !defined(__OpenBSD__)
2828#include < stdint.h>
2929typedef int64_t __swift_int64_t ;
3030typedef uint64_t __swift_uint64_t ;
You can’t perform that action at this time.
0 commit comments