[webkit-reviews] review requested: [Bug 77809] configure: Use the wide character version of win32 API by default : [Attachment 125491] [GTK] Use the wide character version of win32 API by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 4 03:37:46 PST 2012


Kalev Lember <kalevlember at gmail.com> has asked	for review:
Bug 77809: configure: Use the wide character version of win32 API by default
https://bugs.webkit.org/show_bug.cgi?id=77809

Attachment 125491: [GTK] Use the wide character version of win32 API by default
https://bugs.webkit.org/attachment.cgi?id=125491&action=review

------- Additional Comments from Kalev Lember <kalevlember at gmail.com>
[GTK] Use the wide character version of win32 API by default
https://bugs.webkit.org/show_bug.cgi?id=77809

Reviewed by NOBODY (OOPS!).

Certain win32-specific files (like PluginDatabaseWin.cpp) make the
assumption that the wide character version of win32 API is the default.
Define _UNICODE and UNICODE to do this, similar to what other win32
ports are doing.

* GNUmakefile.am:


More information about the webkit-reviews mailing list