blob: 3555558e1bd95c7b6e73f0b41752fcc0c9f2c4d1 (
plain) (
tree)
|
|
; wmpa.def : Declares the module parameters for the DLL.
LIBRARY "xcwmpa"
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
|