summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/activex-pjsua/activex-pjsua.def
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/activex-pjsua/activex-pjsua.def')
-rw-r--r--pjsip-apps/src/activex-pjsua/activex-pjsua.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/pjsip-apps/src/activex-pjsua/activex-pjsua.def b/pjsip-apps/src/activex-pjsua/activex-pjsua.def
new file mode 100644
index 00000000..3ed6a66b
--- /dev/null
+++ b/pjsip-apps/src/activex-pjsua/activex-pjsua.def
@@ -0,0 +1,9 @@
+; ActivePJSUA.def : Declares the module parameters.
+
+LIBRARY "activex-pjsua.DLL"
+
+EXPORTS
+ DllCanUnloadNow @1 PRIVATE
+ DllGetClassObject @2 PRIVATE
+ DllRegisterServer @3 PRIVATE
+ DllUnregisterServer @4 PRIVATE