Fixed ZUNE -> OPENZUNE

This commit is contained in:
Yoshi Askharoun
2022-06-09 19:04:59 -05:00
parent 715088e634
commit 5741116340
+1 -1
View File
@@ -10,7 +10,7 @@ namespace Microsoft.Iris.Debug
public TraceSettings TraceSettings { get; } = TraceSettings.Current;
public Bridge Bridge { get; } =
#if ZUNE
#if OPENZUNE
new(OwlCore.Remoting.RemotingMode.Host);
#else
new();