Commit 1accbdd3 authored by dbates@webkit.org's avatar dbates@webkit.org

Don't include DisallowCType.h when building on QNX

https://bugs.webkit.org/show_bug.cgi?id=66616

Reviewed by Antonio Gomes.

* config.h:


git-svn-id: svn://svn.chromium.org/blink/trunk@93465 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 15a7bc3f
2011-08-19 Daniel Bates <dbates@webkit.org>
Don't include DisallowCType.h when building on QNX
https://bugs.webkit.org/show_bug.cgi?id=66616
Reviewed by Antonio Gomes.
* config.h:
2011-08-19 Daniel Bates <dbates@webkit.org> 2011-08-19 Daniel Bates <dbates@webkit.org>
Implement ExecutableAllocator::cacheFlush() for QNX Implement ExecutableAllocator::cacheFlush() for QNX
......
...@@ -108,9 +108,9 @@ ...@@ -108,9 +108,9 @@
#endif #endif
// this breaks compilation of <QFontDatabase>, at least, so turn it off for now // this breaks compilation of <QFontDatabase>, at least, so turn it off for now
// Also generates errors on wx on Windows, because these functions // Also generates errors on wx on Windows and QNX, because these functions
// are used from wx headers. // are used from wx and QNX headers.
#if !PLATFORM(QT) && !PLATFORM(WX) #if !PLATFORM(QT) && !PLATFORM(WX) && !OS(QNX)
#include <wtf/DisallowCType.h> #include <wtf/DisallowCType.h>
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment