diff options
author | Rob Mensching <rob@firegiant.com> | 2021-05-04 22:46:07 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-04 22:46:07 -0700 |
commit | ba00d844a2e2716a6aa07df89dd9318608bd1909 (patch) | |
tree | 0738ebcbcea51a9e4736efbbc19c68d17202ecad /src/ext/Firewall/ca/cost.h | |
parent | bfabd9f718af70e59f24ac70046fa3141daf06e8 (diff) | |
download | wix-ba00d844a2e2716a6aa07df89dd9318608bd1909.tar.gz wix-ba00d844a2e2716a6aa07df89dd9318608bd1909.tar.bz2 wix-ba00d844a2e2716a6aa07df89dd9318608bd1909.zip |
Move Firewall.wixext into ext
Diffstat (limited to 'src/ext/Firewall/ca/cost.h')
-rw-r--r-- | src/ext/Firewall/ca/cost.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ext/Firewall/ca/cost.h b/src/ext/Firewall/ca/cost.h new file mode 100644 index 00000000..da68c667 --- /dev/null +++ b/src/ext/Firewall/ca/cost.h | |||
@@ -0,0 +1,5 @@ | |||
1 | #pragma once | ||
2 | // 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. | ||
3 | |||
4 | |||
5 | const UINT COST_FIREWALL_EXCEPTION = 2000; | ||