Changeset 44765 in webkit for trunk/JavaScriptCore/config.h


Ignore:
Timestamp:
Jun 17, 2009, 9:39:56 AM (16 years ago)
Author:
[email protected]
Message:

2009-06-17 George Staikos <[email protected]>

Reviewed by Adam Treat.

https://bugs.webkit.org/show_bug.cgi?id=23155
Move WIN_CE -> WINCE as previously discussed with Qt WINCE folks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/config.h

    r44224 r44765  
    4343#define min min
    4444
    45 #if !COMPILER(MSVC7) && !PLATFORM(WIN_CE)
     45#if !COMPILER(MSVC7) && !PLATFORM(WINCE)
    4646// We need to define this before the first #include of stdlib.h or it won't contain rand_s.
    4747#ifndef _CRT_RAND_S
Note: See TracChangeset for help on using the changeset viewer.