fix utility filepicker on windows

This commit is contained in:
Chris Forbes
2011-05-18 20:53:54 +12:00
parent 7b3f178595
commit 6277def7a0
2 changed files with 5 additions and 6 deletions

View File

@@ -10,16 +10,14 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Windows.Forms;
using ICSharpCode.SharpZipLib;
using ICSharpCode.SharpZipLib.Zip;
using OpenRA.GameRules;
using OpenRA.FileFormats.Graphics;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using OpenRA.FileFormats;
using OpenRA.FileFormats.Graphics;
using OpenRA.GameRules;
namespace OpenRA.Utility
{

View File

@@ -16,6 +16,7 @@ namespace OpenRA.Utility
{
class Program
{
[STAThread]
static void Main(string[] args)
{
var actions = new Dictionary<string, Action<string[]>>()