Commit 733784d9 authored by ossy@webkit.org's avatar ossy@webkit.org

2011-04-04 Jade Han <jade.han@nokia.com>

        Reviewed by Csaba Osztrogonác.

        Symbian build fix.
        https://bugs.webkit.org/show_bug.cgi?id=54977

        * config.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@82883 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 315dc66d
2011-04-04 Jade Han <jade.han@nokia.com>
Reviewed by Csaba Osztrogonác.
Symbian build fix.
https://bugs.webkit.org/show_bug.cgi?id=54977
* config.h:
2011-04-04 Brady Eidson <beidson@apple.com> 2011-04-04 Brady Eidson <beidson@apple.com>
Rubberstamped by Adam Roben. Rubberstamped by Adam Roben.
......
...@@ -145,7 +145,7 @@ static const type& name() \ ...@@ -145,7 +145,7 @@ static const type& name() \
#define PLUGIN_ARCHITECTURE_MAC 1 #define PLUGIN_ARCHITECTURE_MAC 1
#elif PLATFORM(WIN) #elif PLATFORM(WIN)
#define PLUGIN_ARCHITECTURE_WIN 1 #define PLUGIN_ARCHITECTURE_WIN 1
#elif (PLATFORM(QT) || (PLATFORM(GTK))) && (OS(UNIX) && !OS(MAC_OS_X)) #elif (PLATFORM(QT) || (PLATFORM(GTK))) && (OS(UNIX) && !OS(MAC_OS_X) && !OS(SYMBIAN))
#define PLUGIN_ARCHITECTURE_X11 1 #define PLUGIN_ARCHITECTURE_X11 1
#else #else
#define PLUGIN_ARCHITECTURE_UNSUPPORTED 1 #define PLUGIN_ARCHITECTURE_UNSUPPORTED 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment