diff options
Diffstat (limited to 'src/wixext/HttpConstants.cs')
-rw-r--r-- | src/wixext/HttpConstants.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wixext/HttpConstants.cs b/src/wixext/HttpConstants.cs index 1c96f278..5fb42d86 100644 --- a/src/wixext/HttpConstants.cs +++ b/src/wixext/HttpConstants.cs | |||
@@ -11,9 +11,5 @@ namespace WixToolset.Http | |||
11 | public const int GENERIC_EXECUTE = 0x20000000; | 11 | public const int GENERIC_EXECUTE = 0x20000000; |
12 | public const int GENERIC_WRITE = 0x40000000; | 12 | public const int GENERIC_WRITE = 0x40000000; |
13 | 13 | ||
14 | // from wixhttpca.cpp | ||
15 | public const int heReplace = 0; | ||
16 | public const int heIgnore = 1; | ||
17 | public const int heFail = 2; | ||
18 | } | 14 | } |
19 | } | 15 | } |