2008-01-15 Adele Peterson <adele@apple.com>
+ Build fix. This time for real.
+
+ * rendering/RenderThemeSafari.cpp:
+
+2008-01-15 Adele Peterson <adele@apple.com>
+
Build fix.
* rendering/RenderThemeSafari.cpp:
#endif
SOFT_LINK(SafariTheme, paintThemePart, void, __stdcall, (ThemePart part, CGContextRef context, const CGRect& rect, NSControlSize size, ThemeControlState state), (part, context, rect, size, state))
-#if !defined(SAFARI_THEME_VERSION) || SAFARI_THEME_VERSION < 2
+#if defined(SAFARI_THEME_VERSION) && SAFARI_THEME_VERSION >= 2
SOFT_LINK(SafariTheme, STPaintProgressIndicator, void, APIENTRY, (ProgressIndicatorType type, CGContextRef context, const CGRect& rect, NSControlSize size, ThemeControlState state, float value), (type, context, rect, size, state, value))
#endif