Fix #220
This commit is contained in:
parent
87a1365dc9
commit
1bc33fecb3
|
@ -24,6 +24,7 @@ module constants;
|
|||
* Pragma arguments
|
||||
*/
|
||||
immutable string[] pragmas = [
|
||||
"inline",
|
||||
"lib",
|
||||
"mangle",
|
||||
"msg",
|
||||
|
@ -39,7 +40,7 @@ immutable string[] linkages = [
|
|||
"D",
|
||||
"Pascal",
|
||||
"System",
|
||||
"Windows",
|
||||
"Windows"
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue