Bug 27306 - [WINCE] initializeMainThreadPlatform must use RegisterClass, not RegisterClassEx
Summary: [WINCE] initializeMainThreadPlatform must use RegisterClass, not RegisterClassEx
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 23154
  Show dependency treegraph
 
Reported: 2009-07-15 09:55 PDT by Joe Mason
Modified: 2009-07-15 10:35 PDT (History)
2 users (show)

See Also:


Attachments
Patch to MainThreadWin.cpp (1.84 KB, patch)
2009-07-15 09:57 PDT, Joe Mason
manyoso: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Mason 2009-07-15 09:55:43 PDT
WNDCLASSEX and RegisterClassEx do not exist on WinCE so initializeMainThreadPlatform must use WNDCLASS and RegisterClass instead.
Comment 1 Joe Mason 2009-07-15 09:57:58 PDT
Created attachment 32793 [details]
Patch to MainThreadWin.cpp
Comment 2 Adam Treat 2009-07-15 10:35:21 PDT
Landed with r45924.