blob: d0a3b042336fe12f19902a93851e5124b8e1035a (
plain) (
tree)
|
|
; 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
|