c.sexchat/plugins/wmpa/wmpa.def

16 lines
371 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
xchat_plugin_init
xchat_plugin_deinit
xchat_plugin_get_info
StartWindowsMediaPlayer
GetWindowsMediaPlayer
GetWMPADialog