aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/NativeMethods.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Mba.Core/NativeMethods.cs')
-rw-r--r--src/WixToolset.Mba.Core/NativeMethods.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Mba.Core/NativeMethods.cs b/src/WixToolset.Mba.Core/NativeMethods.cs
index 1964cb45..adb2256e 100644
--- a/src/WixToolset.Mba.Core/NativeMethods.cs
+++ b/src/WixToolset.Mba.Core/NativeMethods.cs
@@ -1,6 +1,6 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolset.BootstrapperCore 3namespace WixToolset.Mba.Core
4{ 4{
5 using System; 5 using System;
6 using System.Runtime.InteropServices; 6 using System.Runtime.InteropServices;