diff options
Diffstat (limited to 'plugins/wmpa/wmpa.def')
-rw-r--r-- | plugins/wmpa/wmpa.def | 15 |
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 |