aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/HttpDecompiler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext/HttpDecompiler.cs')
-rw-r--r--src/wixext/HttpDecompiler.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wixext/HttpDecompiler.cs b/src/wixext/HttpDecompiler.cs
index 043ee1e1..8991ec2f 100644
--- a/src/wixext/HttpDecompiler.cs
+++ b/src/wixext/HttpDecompiler.cs
@@ -1,7 +1,8 @@
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.Extensions 3namespace WixToolset.Http
4{ 4{
5#if TODO_CONSIDER_DECOMPILER
5 using System; 6 using System;
6 using System.Collections; 7 using System.Collections;
7 using System.Diagnostics; 8 using System.Diagnostics;
@@ -132,4 +133,5 @@ namespace WixToolset.Extensions
132 } 133 }
133 } 134 }
134 } 135 }
136#endif
135} 137}