Changeset 44765 in webkit for trunk/JavaScriptCore/config.h
- Timestamp:
- Jun 17, 2009, 9:39:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/config.h
r44224 r44765 43 43 #define min min 44 44 45 #if !COMPILER(MSVC7) && !PLATFORM(WIN _CE)45 #if !COMPILER(MSVC7) && !PLATFORM(WINCE) 46 46 // We need to define this before the first #include of stdlib.h or it won't contain rand_s. 47 47 #ifndef _CRT_RAND_S
Note:
See TracChangeset
for help on using the changeset viewer.