Changeset 156302 in webkit for trunk/Source/JavaScriptCore/config.h
- Timestamp:
- Sep 23, 2013, 3:25:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/config.h
r153162 r156302 44 44 #endif 45 45 46 // If we don't define these, they get defined in windef.h.47 // We want to use std::min and std::max48 #define max max49 #define min min50 51 46 #if !COMPILER(MSVC7_OR_LOWER) && !OS(WINCE) 52 47 // We need to define this before the first #include of stdlib.h or it won't contain rand_s.
Note:
See TracChangeset
for help on using the changeset viewer.