diff options
author | sr55 <[email protected]> | 2009-11-25 22:59:39 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-11-25 22:59:39 +0000 |
commit | 89e90f79675f8742b5b96b5eaae01367baf76c2f (patch) | |
tree | d7d61378d8d35e8cce2a53a7fada42412107a440 /win/C#/Functions/Win32.cs | |
parent | 4bff40cd0865f37bbc8680883e1db0e22d9247c7 (diff) |
WinGui:
- Large performance improvements in the Activity Window when working with large log files. This should make the window less laggy when using batch folder scan.
- New scan process handling code which pipes the data direct into the application. GUI now displays "Scanning title x of x" to give the user feedback on the process.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2983 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions/Win32.cs')
-rw-r--r-- | win/C#/Functions/Win32.cs | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/win/C#/Functions/Win32.cs b/win/C#/Functions/Win32.cs index bf0bde69c..b624a8342 100644 --- a/win/C#/Functions/Win32.cs +++ b/win/C#/Functions/Win32.cs @@ -1,4 +1,11 @@ -using System;
+/* win32.cs $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
+
+
+using System;
using System.Runtime.InteropServices;
namespace Handbrake.Functions
|