1 parent fa0854c commit 6eff9fdCopy full SHA for 6eff9fd
1 file changed
src/Microsoft.PowerShell.PSReadLine/KillYank.cs
@@ -6,7 +6,9 @@
6
using System.Collections.Generic;
7
using System.Diagnostics.CodeAnalysis;
8
using System.Management.Automation.Language;
9
-//using System.Windows.Forms;
+#if !CORECLR
10
+using System.Windows.Forms;
11
+#endif
12
13
namespace Microsoft.PowerShell
14
{
0 commit comments