c.sexchat/plugins/wmpa/wmpa.def

16 lines
377 B
Modula-2
Raw Normal View History

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