add wmpa 1.0.2 sources
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user