summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/activex-pjsua/activex-pjsua.def
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-06-01 12:28:44 +0000
committerBenny Prijono <bennylp@teluu.com>2006-06-01 12:28:44 +0000
commit45edf54f6aaf54adb7b42f786b60cd3f23d9be2f (patch)
tree1c92f4947159c5b431e0a9cb696ab0a01d20a234 /pjsip-apps/src/activex-pjsua/activex-pjsua.def
parentad70abbdad70cbc5e0c61b41531783290fe08f48 (diff)
Initial work on pjsua ActiveX component
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@487 74dad513-b988-da41-8d7b-12977e46ad98
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