Changeset 125895 in webkit for trunk/Source/JavaScriptCore/config.h
- Timestamp:
- Aug 17, 2012, 7:16:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/config.h
r113798 r125895 70 70 #endif 71 71 72 // this breaks compilation of <QFontDatabase>, at least, so turn it off for now73 // Also generates errors on wx on Windows and QNX, because these functions74 // are used from wx and QNX headers.75 #if !PLATFORM(QT) && !PLATFORM(WX) && !OS(QNX)76 72 #include <wtf/DisallowCType.h> 77 #endif78 73 79 74 #if COMPILER(MSVC)
Note:
See TracChangeset
for help on using the changeset viewer.