File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 7
7
//
8
8
// ===----------------------------------------------------------------------===//
9
9
10
+ #ifdef _LIBCPP_ABI_VCRUNTIME
11
+ #define _BUILD_STD_MODULE
12
+ #endif
13
+
10
14
// WARNING, this entire header is generated by
11
15
// utils/generate_libcxx_cppm_in.py
12
16
// DO NOT MODIFY!
@@ -51,9 +55,6 @@ module;
51
55
#include < cstdio>
52
56
#include < cstdlib>
53
57
#include < cstring>
54
- #ifdef _LIBCPP_ABI_VCRUNTIME
55
- #define _BUILD_STD_MODULE
56
- #endif
57
58
#include < ctime>
58
59
#include < cuchar>
59
60
#include < cwchar>
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ def write_file(module):
25
25
//
26
26
//===----------------------------------------------------------------------===//
27
27
28
+ #ifdef _LIBCPP_ABI_VCRUNTIME
29
+ #define _BUILD_STD_MODULE
30
+ #endif
31
+
28
32
// WARNING, this entire header is generated by
29
33
// utils/generate_libcxx_cppm_in.py
30
34
// DO NOT MODIFY!
You can’t perform that action at this time.
0 commit comments