diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-11-26 14:11:23 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-11-28 00:59:48 +0100 |
commit | b24957e81237a77b69e023e66324f13189307310 (patch) | |
tree | a8a565f6b25f2f2a42425ae8ca8b15afe1109763 /include | |
parent | 95759ff2c0c895442d4d41b0edec1583caaf8abd (diff) |
clean up some COM initialization
CoInitialize{Ex] always exist in all supported Win32 versions, so just
call them.
Change-Id: I45f227319aae811b6c94a3ac475467a06146b8e9
Diffstat (limited to 'include')
-rw-r--r-- | include/sal/log-areas.dox | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index b01651dd71bc..9845f569e691 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -126,12 +126,17 @@ certain functionality. @li @c embeddedobj.general @li @c embeddedobj.ole - OLE embedded objects +@section embedserv +@li @c embedserv - embedding server +@li @c embedserv.ole - OLE server + @section extensions @li @c extensions.dbpilots @li @c extensions.plugin @li @c extensions.scanner @li @c extensions.update +@li @c extensions.olebridge - OLE automation bridge @section Filter |