1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
; 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