[webkit-reviews] review requested: [Bug 32939] [WINCE] Buildfix for jsc : [Attachment 45498] WinMain function for WinCE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 25 13:30:01 PST 2009


Patrick R. Gansterer <paroga at paroga.com> has asked  for review:
Bug 32939: [WINCE] Buildfix for jsc
https://bugs.webkit.org/show_bug.cgi?id=32939

Attachment 45498: WinMain function for WinCE
https://bugs.webkit.org/attachment.cgi?id=45498&action=review

------- Additional Comments from Patrick R. Gansterer <paroga at paroga.com>
WinCE doesn't support a main function, only a WinMain. This is a simple wrapper
to call the usual main, which only needs to be linked additionaly.
Maybe there is a better place for this file instead of os-win32?
This file can be reused by other executables too, insted of only patching
jsc.cpp


More information about the webkit-reviews mailing list