mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Fixed ZUNE -> OPENZUNE
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user