diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Msi/MsiHandle.cs')
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Msi/MsiHandle.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Msi/MsiHandle.cs b/src/WixToolset.Core.WindowsInstaller/Msi/MsiHandle.cs index 6d2dc984..9006180b 100644 --- a/src/WixToolset.Core.WindowsInstaller/Msi/MsiHandle.cs +++ b/src/WixToolset.Core.WindowsInstaller/Msi/MsiHandle.cs | |||
@@ -1,12 +1,13 @@ | |||
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.Msi | 3 | namespace WixToolset.Core.WindowsInstaller.Msi |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using System.ComponentModel; | 6 | using System.ComponentModel; |
7 | #if !DEBUG | ||
7 | using System.Diagnostics; | 8 | using System.Diagnostics; |
9 | #endif | ||
8 | using System.Threading; | 10 | using System.Threading; |
9 | using WixToolset.Core.Native; | ||
10 | 11 | ||
11 | /// <summary> | 12 | /// <summary> |
12 | /// Wrapper class for MSI handle. | 13 | /// Wrapper class for MSI handle. |