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/fwca.def | |
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/fwca.def')
-rw-r--r-- | src/ext/Firewall/ca/fwca.def | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ext/Firewall/ca/fwca.def b/src/ext/Firewall/ca/fwca.def new file mode 100644 index 00000000..d32c5379 --- /dev/null +++ b/src/ext/Firewall/ca/fwca.def | |||
@@ -0,0 +1,9 @@ | |||
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 | |||
3 | |||
4 | LIBRARY "fwca" | ||
5 | |||
6 | EXPORTS | ||
7 | SchedFirewallExceptionsInstall | ||
8 | SchedFirewallExceptionsUninstall | ||
9 | ExecFirewallExceptions | ||