[webkit-dev] #if PLATFORM(CF) || (PLATFORM(QT) && PLATFORM(DARWIN))

Darin Adler darin at apple.com
Fri Jan 30 08:59:10 PST 2009


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



More information about the webkit-dev mailing list