bornintelligent / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Remove dependency on ole32 on Windows #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ExceptionHandler::UpdateNextID is using ::CoCreateGuid to generate an id
2. Ole32 gets loaded. 
3.

What is the expected output? What do you see instead?
I'd like not to load ole32. Technically, :CoCreateGuid is a wrapper for
::UuidCreate in rpcrt4 library.

What version of the product are you using? On what operating system?
Windows, all versions.

Please provide any additional information below.
Technically, CoInitialize(Ex) must be called before calling any Co function
 except the com memory allocators.

Original issue reported on code.google.com by sor...@gmail.com on 7 Dec 2007 at 9:40

GoogleCodeExporter commented 9 years ago

Original comment by sor...@gmail.com on 11 Jan 2008 at 3:51

Attachments:

GoogleCodeExporter commented 9 years ago
This got checked in at some point.

Original comment by ted.mielczarek on 10 Mar 2008 at 7:35