Changeset 58307 in webkit for trunk/JavaScriptCore/config.h
- Timestamp:
- Apr 27, 2010, 6:56:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/config.h
r57904 r58307 45 45 #define min min 46 46 47 #if !COMPILER(MSVC7 ) && !OS(WINCE)47 #if !COMPILER(MSVC7_OR_LOWER) && !OS(WINCE) 48 48 // We need to define this before the first #include of stdlib.h or it won't contain rand_s. 49 49 #ifndef _CRT_RAND_S
Note:
See TracChangeset
for help on using the changeset viewer.