Files
gtk3/gdk/win32
Paolo Borelli 2e5616b27e Win32: move CoInitialize to dnd init
Functions requiring CoInitialize are called just in two places:
 - the filechooser thread which calls its own CoInitializeEx
 - the dnd code

Moving CoInitialize in the dnd specific init is cleaner and
we can pair it with the corresponding CoUninitialize since
CoUninitialize should be called as many times as CoInitialize.
Note that it is ok to call this function multiple times, so it
will not break if another codepath will need it in the future.

The patch also replaces the deprecated CoInitialize with the
equivalent call to CoInitializeEx (already used in the filechooser).
2015-12-17 17:18:01 +01:00
..
2012-06-19 12:16:15 +08:00
2015-08-14 12:12:01 +00:00
2012-02-27 17:06:11 +00:00
2015-04-29 21:12:13 +00:00
2013-08-26 10:29:23 +08:00
2011-01-02 13:33:04 +01:00