File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
// The following modules have to be standalone top-level modules to deal with
14
14
// version 10.0.26100 of the Windows SDK.
15
- module _malloc [system] [extern_c] [ no_undeclared_includes] {
15
+ module _malloc [system] [no_undeclared_includes] {
16
16
use corecrt
17
17
header "malloc.h"
18
18
export *
19
19
}
20
20
21
- module _complex [system] [extern_c] [ no_undeclared_includes] {
21
+ module _complex [system] [no_undeclared_includes] {
22
22
use corecrt
23
23
header "complex.h"
24
24
export *
25
25
}
26
26
27
- module _stddef [system] [extern_c] [ no_undeclared_includes] {
27
+ module _stddef [system] [no_undeclared_includes] {
28
28
header "stddef.h"
29
29
export *
30
30
}
31
31
32
- module _stdlib [system] [extern_c] [ no_undeclared_includes] {
32
+ module _stdlib [system] [no_undeclared_includes] {
33
33
use corecrt
34
34
header "stdlib.h"
35
35
export *
You can’t perform that action at this time.
0 commit comments