diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-08-01 22:55:27 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-08-09 22:55:24 -0400 |
| commit | 7db9a9436d8734d050582afdb3a2dfda21c606e1 (patch) | |
| tree | 651332dc9e84faee4c026883215f83d78dac63da /src/ext/Util/ca/utilca.def | |
| parent | ccfda4f4a158b19f61b018b944eb86272f427f55 (diff) | |
| download | wix-bob/CancelWhenDeferred.tar.gz wix-bob/CancelWhenDeferred.tar.bz2 wix-bob/CancelWhenDeferred.zip | |
Add CancelWhenDeferred, like FailWhenDeferred.bob/CancelWhenDeferred
Useful for integration testing packages.
Diffstat (limited to 'src/ext/Util/ca/utilca.def')
| -rw-r--r-- | src/ext/Util/ca/utilca.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/Util/ca/utilca.def b/src/ext/Util/ca/utilca.def index 2aeb54f4..f525233d 100644 --- a/src/ext/Util/ca/utilca.def +++ b/src/ext/Util/ca/utilca.def | |||
| @@ -82,6 +82,7 @@ EXPORTS | |||
| 82 | WixShellExecBinary | 82 | WixShellExecBinary |
| 83 | WixUnelevatedShellExec | 83 | WixUnelevatedShellExec |
| 84 | ; test.cpp | 84 | ; test.cpp |
| 85 | WixCancelWhenDeferred | ||
| 85 | WixFailWhenDeferred | 86 | WixFailWhenDeferred |
| 86 | WixWaitForEvent | 87 | WixWaitForEvent |
| 87 | ; TouchFile.cpp | 88 | ; TouchFile.cpp |
