Ticket #24622: patch-WebCore-config-h.diff

File patch-WebCore-config-h.diff, 403 bytes (added by elelay (Eric Le Lay), 14 years ago)

patch to have compilation working

  • WebCore/config.h

    old new  
    129129// Also generates errors on wx on Windows, presumably because these functions
    130130// are used from wx headers.
    131131#if !PLATFORM(QT) && !PLATFORM(WX) && !PLATFORM(CHROMIUM)
    132 #include <wtf/DisallowCType.h>
     132//#include <wtf/DisallowCType.h>
    133133#endif
    134134
    135135#if COMPILER(MSVC)