From 1bc33fecb36402b081f2365d111c8a50da995599 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 8 Jun 2015 15:50:20 -0700 Subject: [PATCH] Fix #220 --- src/common/constants.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/constants.d b/src/common/constants.d index 86a0c65..8d6376c 100644 --- a/src/common/constants.d +++ b/src/common/constants.d @@ -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" ]; /**