|
|
|
@ -297,7 +297,7 @@ namespace Cxxi.Generators.CLI |
|
|
|
param.Visit(marshal); |
|
|
|
param.Visit(marshal); |
|
|
|
|
|
|
|
|
|
|
|
if (string.IsNullOrEmpty(marshal.Return)) |
|
|
|
if (string.IsNullOrEmpty(marshal.Return)) |
|
|
|
return null; |
|
|
|
throw new Exception("Cannot marshal argument of function"); |
|
|
|
|
|
|
|
|
|
|
|
if (!string.IsNullOrWhiteSpace(marshal.SupportBefore)) |
|
|
|
if (!string.IsNullOrWhiteSpace(marshal.SupportBefore)) |
|
|
|
WriteLine(marshal.SupportBefore); |
|
|
|
WriteLine(marshal.SupportBefore); |
|
|
|
|