Changeset 27994 in webkit for trunk/JavaScriptCore/kjs/config.h


Ignore:
Timestamp:
Nov 23, 2007, 4:52:18 PM (18 years ago)
Author:
[email protected]
Message:

Windows build fixes for USE(CURL) and MSVC compilation for ports.

Reviewed by Adam Roben.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/config.h

    r27913 r27994  
    4444#define min min
    4545
     46#if !COMPILER(MSVC7)
    4647// We need to define this before the first #include of stdlib.h or it won't contain rand_s.
    4748#define _CRT_RAND_S
     49#endif
    4850
    4951#define HAVE_FLOAT_H 1
Note: See TracChangeset for help on using the changeset viewer.