[Webkit-unassigned] [Bug 100201] Compiling WTF outside of WebKit failed on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 8 16:15:08 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=100201


Patrick R. Gansterer <paroga at paroga.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paroga at paroga.com




--- Comment #14 from Patrick R. Gansterer <paroga at paroga.com>  2012-12-08 16:17:35 PST ---
(In reply to comment #13)
> (From update of attachment 173444 [details])
> You need to define UNICODE in your buildsystem. WebKit does not support compiling without UNICODE.

If you want to support non-UNICODE builds outside of WebKit you should change the code to use the Unicode function of the Windows API directly (e.g. RegisterClassW instead of RegisterClass).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list