summary refs log tree commit diff stats
path: root/plugins/wmpa/wmpa.def
blob: 97f5e47520006ef0ea68e443e4644be080fd082c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; 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