Changeset 64016 in webkit


Ignore:
Timestamp:
Jul 24, 2010 5:08:56 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-24 Patrick Gansterer <paroga@paroga.com>

Reviewed by Darin Adler.

[WINCE] Cleanup defines in Platform.h
https://bugs.webkit.org/show_bug.cgi?id=42933

  • wtf/Platform.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r64005 r64016  
     12010-07-24  Patrick Gansterer  <paroga@paroga.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        [WINCE] Cleanup defines in Platform.h
     6        https://bugs.webkit.org/show_bug.cgi?id=42933
     7
     8        * wtf/Platform.h:
     9
    1102010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
    211
  • trunk/JavaScriptCore/wtf/Platform.h

    r63761 r64016  
    549549
    550550#if OS(WINCE) && !PLATFORM(QT)
    551 #undef ENABLE_JSC_MULTIPLE_THREADS
    552 #define ENABLE_JSC_MULTIPLE_THREADS        0
    553 #define USE_SYSTEM_MALLOC                  0
    554 #define ENABLE_ICONDATABASE                0
    555 #define ENABLE_JAVASCRIPT_DEBUGGER         0
    556 #define ENABLE_FTPDIR                      0
    557 #define ENABLE_PAN_SCROLLING               0
    558 #define ENABLE_WML                         1
    559 #define HAVE_ACCESSIBILITY                 0
    560 
    561551#define NOMINMAX       /* Windows min and max conflict with standard macros */
    562552#define NOSHLWAPI      /* shlwapi.h not available on WinCe */
     
    10851075   with WTF_USE_ACCELERATED_COMPOSITING, and it allows the feature to be turned on and
    10861076   off in one place. */
    1087 #if PLATFORM(WIN)
     1077#if PLATFORM(WIN) && !OS(WINCE)
    10881078#include "QuartzCorePresent.h"
    10891079#if QUARTZCORE_PRESENT
Note: See TracChangeset for help on using the changeset viewer.