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