diff options
author | sr55 <[email protected]> | 2010-08-29 15:09:32 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-08-29 15:09:32 +0000 |
commit | 3010221f63e61b7da51d3870712365d0518b6f72 (patch) | |
tree | 78fb1959eaea096389cd674e3c64981d75a18ce5 /win/C#/interop/InteropUtilities.cs | |
parent | 8bcfcfa28c98665eab1eae9920f975ce803a0392 (diff) |
WinGui:
- Update the Interop Code.
- Update Growl Libary to 2.0.4.1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3500 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/interop/InteropUtilities.cs')
-rw-r--r-- | win/C#/interop/InteropUtilities.cs | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/win/C#/interop/InteropUtilities.cs b/win/C#/interop/InteropUtilities.cs index c845933e5..d53c68883 100644 --- a/win/C#/interop/InteropUtilities.cs +++ b/win/C#/interop/InteropUtilities.cs @@ -1,16 +1,9 @@ -// --------------------------------------------------------------------------------------------------------------------
-// <copyright file="InteropUtilities.cs" company="HandBrake Project (http://handbrake.fr)">
-// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
-// </copyright>
-// <summary>
-// Helper utilities for native interop.
-// </summary>
-// --------------------------------------------------------------------------------------------------------------------
-
-namespace HandBrake.Interop
+namespace HandBrake.Interop
{
using System;
using System.Collections.Generic;
+ using System.Linq;
+ using System.Text;
using System.Runtime.InteropServices;
/// <summary>
|