Changeset 32988 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
May 8, 2008, 2:36:01 PM (17 years ago)
Author:
[email protected]
Message:

2008-05-08 Anders Carlsson <[email protected]>

Reviewed by Mark.

Enable NPAPI plug-ins on 64-bit.


  • wtf/Platform.h:
File:
1 edited

Legend:

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

    r32712 r32988  
    222222#endif
    223223
    224 #if PLATFORM(MAC) && defined(__LP64__)
    225 #define ENABLE_NETSCAPE_PLUGIN_API 0
    226 #elif PLATFORM(GTK) || PLATFORM(MAC) || PLATFORM(SYMBIAN) || PLATFORM(WIN)
     224#if PLATFORM(MAC) || PLATFORM(GTK) || PLATFORM(MAC) || PLATFORM(SYMBIAN) || PLATFORM(WIN)
    227225#define ENABLE_NETSCAPE_PLUGIN_API 1
    228226#endif
Note: See TracChangeset for help on using the changeset viewer.