diff options
Diffstat (limited to 'src/ca/cpexec.def')
-rw-r--r-- | src/ca/cpexec.def | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ca/cpexec.def b/src/ca/cpexec.def new file mode 100644 index 00000000..1dad15c2 --- /dev/null +++ b/src/ca/cpexec.def | |||
@@ -0,0 +1,11 @@ | |||
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 | EXPORTS | ||
5 | ComPlusPrepare | ||
6 | ComPlusCleanup | ||
7 | ComPlusInstallExecute | ||
8 | ComPlusInstallExecuteCommit | ||
9 | ComPlusRollbackInstallExecute | ||
10 | ComPlusUninstallExecute | ||
11 | ComPlusRollbackUninstallExecute | ||