mirror of
https://github.com/moparisthebest/hexchat
synced 2024-10-31 15:35:03 -04:00
16 lines
377 B
Modula-2
16 lines
377 B
Modula-2
; 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
|