17 lines
419 B
Modula-2
17 lines
419 B
Modula-2
|
; wmpa.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "wmpa"
|
||
|
DESCRIPTION 'wmpa Windows Dynamic Link Library'
|
||
|
|
||
|
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
|