[webkit-dev] #if PLATFORM(CF) || (PLATFORM(QT) && PLATFORM(DARWIN))
Darin Fisher
darin at chromium.org
Fri Jan 30 09:10:16 PST 2009
Just speculating, but probably because there are cases where a QT API should
be used instead of a CF API. This probably just happens to be a time when
the CF API is preferred (maybe a QT alternative does not exist?).
(We are in a similar boat with PLATFORM(CHROMIUM), which is why this topic
is especially interesting to me.)
-Darin
On Fri, Jan 30, 2009 at 8:59 AM, Darin Adler <darin at apple.com> wrote:
> I noticed that code relating to Core Foundation has the ifdef above:
>
> #if PLATFORM(CF) || (PLATFORM(QT) && PLATFORM(DARWIN))
>
> This seems wrong. Why doesn't the CF platform switch get set when compiling
> with Qt and Darwin? It should. Does it cause problems? Can we just fix
> those?
>
> -- Darin
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090130/ca2f2a6d/attachment.html>
More information about the webkit-dev
mailing list