Changeset 38699 in webkit for trunk/JavaScriptCore/config.h
- Timestamp:
- Nov 24, 2008, 12:09:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/config.h
r38114 r38699 33 33 #define min min 34 34 35 #if !COMPILER(MSVC7) 35 #if !COMPILER(MSVC7) && !PLATFORM(WIN_CE) 36 36 // We need to define this before the first #include of stdlib.h or it won't contain rand_s. 37 37 #ifndef _CRT_RAND_S
Note:
See TracChangeset
for help on using the changeset viewer.