2011-08-12 03:39:40 +04:00
|
|
|
; wmpa.def : Declares the module parameters for the DLL.
|
|
|
|
|
2011-08-12 06:52:46 +04:00
|
|
|
LIBRARY "xcwmpa"
|
2011-08-12 03:39:40 +04:00
|
|
|
|
|
|
|
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
|