Renamed Zune5 to OpenZune

This commit is contained in:
Yoshi Askharoun
2022-06-09 19:03:40 -05:00
parent d2cd58fa39
commit 715088e634
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ namespace Microsoft.Iris.Debug.Data
public override string ToString()
{
var args =
#if ZUNE5
#if OPENZUNE
Arguments;
#else
Arguments.Select(a => a.ToString()).ToArray();