Changeset 18087 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Dec 8, 2006, 2:34:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/config.h
r17856 r18087 36 36 #elif PLATFORM(WIN_OS) 37 37 38 // We need to define this in order to use the numeric limit 39 // values provided by the C++ standard library. 40 #define NOMINMAX 38 // If we don't define these, they get defined in windef.h. 39 // We want to use std::min and std::max 40 #define max max 41 #define min min 41 42 42 43 #define HAVE_FLOAT_H 1 43 44 #define HAVE_FUNC__FINITE 1 44 45 #define HAVE_SYS_TIMEB_H 1 46 45 47 46 48 #define USE_SYSTEM_MALLOC 1
Note:
See TracChangeset
for help on using the changeset viewer.