summary refs log tree commit diff stats
path: root/plugins/wmpa/wmpa.def
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wmpa/wmpa.def')
-rw-r--r--plugins/wmpa/wmpa.def15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/wmpa/wmpa.def b/plugins/wmpa/wmpa.def
new file mode 100644
index 00000000..3555558e
--- /dev/null
+++ b/plugins/wmpa/wmpa.def
@@ -0,0 +1,15 @@
+; wmpa.def : Declares the module parameters for the DLL.

+

+LIBRARY      "xcwmpa"

+

+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