mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 18:50:19 +00:00
add wmpa 1.0.2 sources
This commit is contained in:
16
plugins/wmpa/wmpa.def
Normal file
16
plugins/wmpa/wmpa.def
Normal file
@@ -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