[webkit-dev] type of JSChar

Simon Hausmann hausmann at kde.org
Mon Jul 30 08:38:40 PDT 2007


On Friday 27 July 2007 11:51:40 Simon Hausmann wrote:
[...]
> JavaScriptCore/API/JSStringRef.h:
>
> ...
> #if !defined(WIN32) && !defined(_WIN32)
>     typedef unsigned short JSChar;
> #else
>     typedef wchar_t JSChar;
> #endif
> ...

Quick wrap-up: We changed UChar in the Qt build on Windows to be also defined 
to wchar_t now. We removed the BUILDNG_QT #ifdef in API/JSStringRef.h.


Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.macosforge.org/pipermail/webkit-dev/attachments/20070730/8812703a/attachment.bin


More information about the webkit-dev mailing list