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