Changeset 34150 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
May 27, 2008, 9:12:45 AM (17 years ago)
Author:
[email protected]
Message:

wx build fixes after introduction of SquirrelFish and other updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r33979 r34150  
    222222#endif
    223223
    224 #if PLATFORM(MAC) || PLATFORM(GTK) || PLATFORM(MAC) || PLATFORM(SYMBIAN) || PLATFORM(WIN)
     224#if PLATFORM(MAC) || PLATFORM(GTK) || PLATFORM(SYMBIAN) || PLATFORM(WIN) || PLATFORM(WX)
    225225#define ENABLE_NETSCAPE_PLUGIN_API 1
    226226#endif
Note: See TracChangeset for help on using the changeset viewer.