diff options
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>
|