hexchat/plugins/wmpa/wmpa.def

16 lines
377 B
Modula-2
Raw Normal View History

2011-08-12 03:39:40 +04:00
; wmpa.def : Declares the module parameters for the DLL.
2012-10-26 15:38:13 +04:00
LIBRARY "hcwmpa"
2011-08-12 03:39:40 +04:00
EXPORTS
; Explicit exports can go here
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
2012-10-30 11:42:48 +04:00
hexchat_plugin_init
hexchat_plugin_deinit
hexchat_plugin_get_info
2011-08-12 03:39:40 +04:00
StartWindowsMediaPlayer
GetWindowsMediaPlayer
GetWMPADialog