diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wixext/util.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wixext/util.cs b/src/wixext/util.cs index 9ebe89a7..7dabb3d1 100644 --- a/src/wixext/util.cs +++ b/src/wixext/util.cs | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | namespace WixToolset.Util.Serialize | 11 | namespace WixToolset.Util.Serialize |
| 12 | { | 12 | { |
| 13 | #if TODO_CONSIDER_DECOMPILER | ||
| 13 | using System; | 14 | using System; |
| 14 | using System.CodeDom.Compiler; | 15 | using System.CodeDom.Compiler; |
| 15 | using System.Collections; | 16 | using System.Collections; |
| @@ -11458,4 +11459,5 @@ namespace WixToolset.Util.Serialize | |||
| 11458 | uninstall, | 11459 | uninstall, |
| 11459 | } | 11460 | } |
| 11460 | } | 11461 | } |
| 11462 | #endif | ||
| 11461 | } | 11463 | } |
