Bug 45888 - [WINCE] Add missing CoInitializeEx
Summary: [WINCE] Add missing CoInitializeEx
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Patrick R. Gansterer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-16 06:59 PDT by Patrick R. Gansterer
Modified: 2010-09-16 07:44 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.22 KB, patch)
2010-09-16 07:05 PDT, Patrick R. Gansterer
paroga: review-
paroga: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick R. Gansterer 2010-09-16 06:59:57 PDT
see patch
Comment 1 Patrick R. Gansterer 2010-09-16 07:05:45 PDT
Created attachment 67793 [details]
Patch
Comment 2 Adam Roben (:aroben) 2010-09-16 07:22:24 PDT
Comment on attachment 67793 [details]
Patch

Is this really the right level to do this work?

r=me
Comment 3 Patrick R. Gansterer 2010-09-16 07:24:59 PDT
(In reply to comment #2)
> (From update of attachment 67793 [details])
> Is this really the right level to do this work?
I don't think that it's 100% correct, but I have not found a better place until now :-/.
Comment 4 Adam Roben (:aroben) 2010-09-16 07:38:32 PDT
(In reply to comment #3)
> (In reply to comment #2)
> > (From update of attachment 67793 [details] [details])
> > Is this really the right level to do this work?
> I don't think that it's 100% correct, but I have not found a better place until now :-/.

In Apple's Windows port we require the host application to call CoInitializeEx.
Comment 5 Patrick R. Gansterer 2010-09-16 07:40:21 PDT
Comment on attachment 67793 [details]
Patch

(In reply to comment #4)
> In Apple's Windows port we require the host application to call CoInitializeEx.
Then we should do here too.