diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-12-11 20:27:17 +1100 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-12-11 20:10:40 +1000 |
commit | 46d46435592ba779d6c8d017859c27d90b092aa6 (patch) | |
tree | 2cda1725c02b30ee65ff6efa2c8d0285a848769b /src/WixToolset.Mba.Core/NativeMethods.cs | |
parent | 20bbfc8ad82e6246f5357d8bc183a5fc0ea3fac7 (diff) | |
download | wix-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.cs | 2 |
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 | ||
3 | namespace WixToolset.BootstrapperCore | 3 | namespace WixToolset.Mba.Core |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.Runtime.InteropServices; | 6 | using System.Runtime.InteropServices; |