Remove Windows.Forms dependencies from game and utility. Fixes #4348.
This commit is contained in:
@@ -13,7 +13,6 @@ using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace OpenRA
|
||||
{
|
||||
@@ -22,9 +21,6 @@ namespace OpenRA
|
||||
[STAThread]
|
||||
static void Main(string[] args)
|
||||
{
|
||||
// brutal hack
|
||||
Application.CurrentCulture = CultureInfo.InvariantCulture;
|
||||
|
||||
if (Debugger.IsAttached || args.Contains("--just-die"))
|
||||
{
|
||||
Run(args);
|
||||
|
||||
Reference in New Issue
Block a user