summary refs log tree commit diff stats
path: root/plugins/doat
AgeCommit message (Expand)Author
2013-04-28Don't hardcode "plugins" as the subdirectory for plugins in manyChristoph J. Thompson
2013-04-25win32: Moved PlatformToolset configuration to individual project files. It sh...Arnavion
2013-04-01Remove another bunch of obsolete junkBerke Viktor
2012-10-30Some final rebrandingBerke Viktor
2012-10-30Rebranding for the rest of plugin*Berke Viktor
2012-10-30Rebranding for XCHAT_EAT_*Berke Viktor
2012-10-30Rebranding for XCHAT_PRI_*Berke Viktor
2012-10-30Remove hexchat-plugin.h duplicateBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-22EXTRA_DIST cleanupBerke Viktor
2012-10-21Move warning level to property sheetBerke Viktor
2012-10-13Compatibility for Automake 1.12.4+Berke Viktor
2012-10-03Revert to VS2010 part4Berke Viktor
2012-10-02Use explicit project names, output filenames depend on themBerke Viktor
2012-10-02Oops, wrong find'n'replaceBerke V
; 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