Skip to content

Fix compilation issue of c# wrapper in UWP mode, because of unsupported

Simon Morlat requested to merge fix/uwp-native into release/5.4

LPUTF8Str marshal directive when using .NET Native. In UWP, only LPStr marshalling is supported.

Merge request reports