blob: 97f5e47520006ef0ea68e443e4644be080fd082c (
plain) (
tree)
|
|
; wmpa.def : Declares the module parameters for the DLL.
LIBRARY "hcwmpa"
EXPORTS
; Explicit exports can go here
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
hexchat_plugin_init
hexchat_plugin_deinit
hexchat_plugin_get_info
StartWindowsMediaPlayer
GetWindowsMediaPlayer
GetWMPADialog
|