aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.def')
-rw-r--r--src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.def10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.def b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.def
new file mode 100644
index 00000000..1c707604
--- /dev/null
+++ b/src/test/msi/TestData/ComPlusExtensionTests/Components/TestComponentNative/TestComponentNative.def
@@ -0,0 +1,10 @@
1; TestComponentNative.def : Declares the module parameters.
2
3LIBRARY
4
5EXPORTS
6 DllCanUnloadNow PRIVATE
7 DllGetClassObject PRIVATE
8 DllRegisterServer PRIVATE
9 DllUnregisterServer PRIVATE
10 DllInstall PRIVATE