blob: 7faa305458b75fccfb32f32f9029964c5746c3f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
id='n14' href='#n14'>14
15
|
; wmpa.def : Declares the module parameters for the DLL.
LIBRARY "xcwmpa"
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
|