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


Ignore:
Timestamp:
Jan 10, 2007, 11:12:00 PM (18 years ago)
Author:
staikos
Message:

Fix Qt build again

File:
1 edited

Legend:

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

    r18657 r18757  
    2222#include <wtf/Platform.h>
    2323
     24#if PLATFORM(MAC)
     25#define HAVE_JNI 1
     26#endif
     27
    2428#if PLATFORM(DARWIN)
    2529
     
    3337#define HAVE_SYS_TIME_H 1
    3438#define HAVE_SYS_TIMEB_H 1
    35 #define HAVE_JNI 1
    3639
    3740#elif PLATFORM(WIN_OS)
Note: See TracChangeset for help on using the changeset viewer.