Ignore:
Timestamp:
Jan 5, 2010, 12:48:14 PM (15 years ago)
Author:
[email protected]
Message:

2010-01-05 Patrick Gansterer <[email protected]>

Reviewed by Eric Seidel.

WinCE buildfix after r52791 (renamed PLATFORM(WINCE) to OS(WINCE)).
https://bugs.webkit.org/show_bug.cgi?id=33205

  • jit/ExecutableAllocator.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/jit/ExecutableAllocator.h

    r52791 r52822  
    4444#endif
    4545
    46 #if PLATFORM(WINCE)
     46#if OS(WINCE)
    4747// From pkfuncs.h (private header file from the Platform Builder)
    4848#define CACHE_SYNC_ALL 0x07F
     
    234234            : "r0", "r1", "r2");
    235235    }
    236 #elif PLATFORM(WINCE)
     236#elif OS(WINCE)
    237237    static void cacheFlush(void* code, size_t size)
    238238    {
Note: See TracChangeset for help on using the changeset viewer.