aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/NativeMethods.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2019-12-11 20:27:17 +1100
committerSean Hall <r.sean.hall@gmail.com>2019-12-11 20:10:40 +1000
commit46d46435592ba779d6c8d017859c27d90b092aa6 (patch)
tree2cda1725c02b30ee65ff6efa2c8d0285a848769b /src/WixToolset.Mba.Core/NativeMethods.cs
parent20bbfc8ad82e6246f5357d8bc183a5fc0ea3fac7 (diff)
downloadwix-46d46435592ba779d6c8d017859c27d90b092aa6.tar.gz
wix-46d46435592ba779d6c8d017859c27d90b092aa6.tar.bz2
wix-46d46435592ba779d6c8d017859c27d90b092aa6.zip
Update the namespace in WixToolset.Mba.Core.
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;