Lines 71-76
Link Here
|
71 |
#include <gtk/gtk.h> |
71 |
#include <gtk/gtk.h> |
72 |
|
72 |
|
73 |
#if defined(XP_UNIX) |
73 |
#if defined(XP_UNIX) |
|
|
74 |
#define String XtStringType |
74 |
#include "RefPtrCairo.h" |
75 |
#include "RefPtrCairo.h" |
75 |
#include "gtk2xtbin.h" |
76 |
#include "gtk2xtbin.h" |
76 |
#define Bool int // this got undefined somewhere |
77 |
#define Bool int // this got undefined somewhere |
Lines 81-86
Link Here
|
81 |
#elif defined(GDK_WINDOWING_WIN32) |
82 |
#elif defined(GDK_WINDOWING_WIN32) |
82 |
#include "PluginMessageThrottlerWin.h" |
83 |
#include "PluginMessageThrottlerWin.h" |
83 |
#include <gdk/gdkwin32.h> |
84 |
#include <gdk/gdkwin32.h> |
|
|
85 |
#undef String |
84 |
#endif |
86 |
#endif |
85 |
|
87 |
|
86 |
using JSC::ExecState; |
88 |
using JSC::ExecState; |