summary refs log tree commit diff stats
path: root/plugins/wmpa/wmpa.def
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-13 02:38:44 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-13 02:38:44 +0200
commit0c351c9cbc273b89c8ff21c8b80c162f8b6be494 (patch)
tree1f87233c457a71d137b4d6246320f5ec0bfac94f /plugins/wmpa/wmpa.def
parentcc1f2b2d27e5a41f0cbb32b34329e720b8e63f59 (diff)
Nuke WMPA, not supported by Express
Diffstat (limited to 'plugins/wmpa/wmpa.def')
-rw-r--r--plugins/wmpa/wmpa.def15
1 files changed, 0 insertions, 15 deletions
diff --git a/plugins/wmpa/wmpa.def b/plugins/wmpa/wmpa.def
deleted file mode 100644
index 97f5e475..00000000
--- a/plugins/wmpa/wmpa.def
+++ /dev/null
@@ -1,15 +0,0 @@
-; wmpa.def : Declares the module parameters for the DLL.

-

-LIBRARY      "hcwmpa"

-

-EXPORTS

-    ; Explicit exports can go here

-    DllCanUnloadNow PRIVATE

-    DllGetClassObject PRIVATE

-    DllRegisterServer PRIVATE

-    hexchat_plugin_init

-    hexchat_plugin_deinit

-    hexchat_plugin_get_info

-    StartWindowsMediaPlayer

-    GetWindowsMediaPlayer

-    GetWMPADialog