hexchat/src
Arnavion 5a87d814cf Call CoInitialize, CoInitializeSecurity and CoUninitialize from the main process, not from a DLL.
They're process-level functions and aren't meant to be called from DLLs. CoInitSecurity in particular fails with RPC_E_TOO_LATE even if no other call to CoCreateInstance has been made yet.

Fixes sysinfo's WMI calls on Windows 8.1 and above.
2015-02-10 22:14:22 -08:00
..
common Call CoInitialize, CoInitializeSecurity and CoUninitialize from the main process, not from a DLL. 2015-02-10 22:14:22 -08:00
dirent Use glib for all allocations 2014-12-28 06:44:44 -05:00
fe-gtk Allow reordering some dialogs with dnd 2015-02-08 01:51:22 -05:00
fe-text Implement windows 8.1+ notifications 2015-02-04 20:24:53 -05:00
htm Respect verbosity setting when building htm 2014-01-29 16:25:57 -05:00
Makefile.am configure: Clean up EXTRA_DIST 2014-01-20 02:38:32 -05:00
version-script Added functions to create/destroy event_attrs to plugin interface. 2013-07-12 22:46:04 +01:00