summary refs log blame commit diff stats
path: root/plugins/wmpa/wmpa.def
blob: d0a3b042336fe12f19902a93851e5124b8e1035a (plain) (tree)
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
    xchat_plugin_init
    xchat_plugin_deinit
    xchat_plugin_get_info
    StartWindowsMediaPlayer
    GetWindowsMediaPlayer
    GetWMPADialog