Bug 27306

Summary: [WINCE] initializeMainThreadPlatform must use RegisterClass, not RegisterClassEx
Product: WebKit Reporter: Joe Mason <joenotcharles>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: manyoso, yong.li.webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Bug Depends on:    
Bug Blocks: 23154    
Attachments:
Description Flags
Patch to MainThreadWin.cpp manyoso: review+

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