diff options
Diffstat (limited to 'src/wixext/UIDecompiler.cs')
-rw-r--r-- | src/wixext/UIDecompiler.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wixext/UIDecompiler.cs b/src/wixext/UIDecompiler.cs index 4bdd48fc..2493e7c7 100644 --- a/src/wixext/UIDecompiler.cs +++ b/src/wixext/UIDecompiler.cs | |||
@@ -2,6 +2,7 @@ | |||
2 | 2 | ||
3 | namespace WixToolset.Extensions | 3 | namespace WixToolset.Extensions |
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; |
@@ -54,4 +55,5 @@ namespace WixToolset.Extensions | |||
54 | } | 55 | } |
55 | } | 56 | } |
56 | } | 57 | } |
58 | #endif | ||
57 | } | 59 | } |