Implement a Windows Baldrdash calling convention;

This commit is contained in:
Benjamin Bouvier
2019-08-14 10:39:18 +02:00
parent d8d3602257
commit 2ee35b7ea1
21 changed files with 92 additions and 55 deletions

View File

@@ -112,7 +112,8 @@ pub fn define() -> SettingGroup {
"cold",
"system_v",
"windows_fastcall",
"baldrdash",
"baldrdash_system_v",
"baldrdash_windows",
"probestack",
],
);