Ticket #19346: corefoundation.patch
File corefoundation.patch, 625 bytes (added by mtalexander (Mike Alexander), 16 years ago) |
---|
-
wtf/unicode/icu/CollatorICU.cpp
old new 36 36 #include <unicode/ucol.h> 37 37 #include <string.h> 38 38 39 #if PLATFORM(DARWIN) 39 #if PLATFORM(DARWIN) && PLATFORM(CF) 40 40 #include <CoreFoundation/CoreFoundation.h> 41 41 #endif 42 42 -
platform/FileSystem.h
old new 41 41 #endif 42 42 #endif 43 43 44 #if PLATFORM(DARWIN) 44 #if PLATFORM(DARWIN) && PLATFORM(CF) 45 45 #include <CoreFoundation/CFBundle.h> 46 46 #endif 47 47