Changeset 27994 in webkit for trunk/JavaScriptCore/kjs/config.h
- Timestamp:
- Nov 23, 2007, 4:52:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/config.h
r27913 r27994 44 44 #define min min 45 45 46 #if !COMPILER(MSVC7) 46 47 // We need to define this before the first #include of stdlib.h or it won't contain rand_s. 47 48 #define _CRT_RAND_S 49 #endif 48 50 49 51 #define HAVE_FLOAT_H 1
Note:
See TracChangeset
for help on using the changeset viewer.