RESOLVED FIXED Bug 27306
[WINCE] initializeMainThreadPlatform must use RegisterClass, not RegisterClassEx
https://bugs.webkit.org/show_bug.cgi?id=27306
Summary [WINCE] initializeMainThreadPlatform must use RegisterClass, not RegisterClassEx
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.