diff options
Diffstat (limited to '')
-rw-r--r-- | src/winterop/winterop.def | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/winterop/winterop.def b/src/winterop/winterop.def new file mode 100644 index 00000000..dffa6268 --- /dev/null +++ b/src/winterop/winterop.def | |||
@@ -0,0 +1,18 @@ | |||
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 | LIBRARY "winterop.dll" | ||
4 | |||
5 | EXPORTS | ||
6 | CreateCabBegin | ||
7 | CreateCabCancel | ||
8 | CreateCabAddFile | ||
9 | CreateCabAddFiles | ||
10 | CreateCabFinish | ||
11 | EnumerateCabBegin | ||
12 | EnumerateCab | ||
13 | EnumerateCabFinish | ||
14 | ExtractCabBegin | ||
15 | ExtractCab | ||
16 | ExtractCabFinish | ||
17 | ResetAcls | ||
18 | HashPublicKeyInfo | ||