summary refs log tree commit diff stats
path: root/plugins/wmpa/wmpa.def
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-08-12 01:39:40 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-08-12 01:39:40 +0200
commit4338ddf9ec6a3662e852bcdbbfd3048e8d108a10 (patch)
tree834460baa3012cce64a4e998c6bf3d8d2865e0a9 /plugins/wmpa/wmpa.def
parent0709b95732214f48e191d591de9a652b0c9ddf82 (diff)
add wmpa 1.0.2 sources
Diffstat (limited to 'plugins/wmpa/wmpa.def')
-rw-r--r--plugins/wmpa/wmpa.def16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/wmpa/wmpa.def b/plugins/wmpa/wmpa.def
new file mode 100644
index 00000000..d3162b7d
--- /dev/null
+++ b/plugins/wmpa/wmpa.def
@@ -0,0 +1,16 @@
+; wmpa.def : Declares the module parameters for the DLL.

+

+LIBRARY      "wmpa"

+DESCRIPTION  'wmpa Windows Dynamic Link Library'

+

+EXPORTS

+    ; Explicit exports can go here

+    DllCanUnloadNow PRIVATE

+    DllGetClassObject PRIVATE

+    DllRegisterServer PRIVATE

+    xchat_plugin_init

+    xchat_plugin_deinit

+    xchat_plugin_get_info

+    StartWindowsMediaPlayer

+    GetWindowsMediaPlayer

+    GetWMPADialog