OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 5 Apr 2010 16:27:30 +0000 (16:27 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 5 Apr 2010 16:27:30 +0000 (16:27 +0000)
- Remove check for libgcc_s_sjlj-1.dll since it is no longer required.

git-svn-id: svn://localhost/HandBrake/trunk@3198 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/Program.cs

index 9596676..3085664 100644 (file)
@@ -33,11 +33,6 @@ namespace Handbrake
                 missingFiles += "\"HandBrakeCLI.exe\" was not found.";\r
             }\r
 \r
-            if (!File.Exists(Path.Combine(Application.StartupPath, "libgcc_s_sjlj-1.dll")))\r
-            {\r
-                missingFiles += "\n\"libgcc_s_sjlj-1.dll\" was not found.";\r
-            }\r
-\r
             if (missingFiles != string.Empty)\r
             {\r
                 MessageBox.Show(failedInstall + missingFiles + "\n\n"+ nightlyCLIMissing, "Error", MessageBoxButtons.OK,\r