diff options
Diffstat (limited to '')
-rw-r--r-- | src/ca/complusca.def (renamed from src/ca/cpexec.def) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ca/cpexec.def b/src/ca/complusca.def index 1dad15c2..7c475759 100644 --- a/src/ca/cpexec.def +++ b/src/ca/complusca.def | |||
@@ -1,6 +1,8 @@ | |||
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. | 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 | 2 | ||
3 | 3 | ||
4 | LIBRARY "complusca" | ||
5 | |||
4 | EXPORTS | 6 | EXPORTS |
5 | ComPlusPrepare | 7 | ComPlusPrepare |
6 | ComPlusCleanup | 8 | ComPlusCleanup |
@@ -9,3 +11,5 @@ EXPORTS | |||
9 | ComPlusRollbackInstallExecute | 11 | ComPlusRollbackInstallExecute |
10 | ComPlusUninstallExecute | 12 | ComPlusUninstallExecute |
11 | ComPlusRollbackUninstallExecute | 13 | ComPlusRollbackUninstallExecute |
14 | ConfigureComPlusInstall | ||
15 | ConfigureComPlusUninstall | ||