workaround for <rdar://problem/
4294625> to fix our build
* kwq/KWQPointArray.h:
* kwq/KWQSize.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@10830
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-10-11 Timothy Hatcher <timothy@apple.com>
+
+ Reviewed by Darin.
+
+ workaround for <rdar://problem/4294625> to fix our build
+
+ * kwq/KWQPointArray.h:
+ * kwq/KWQSize.h:
+
2005-10-10 Justin Garcia <justin.garcia@apple.com>
Reviewed by eric
#include "KWQMemArray.h"
+// workaround for <rdar://problem/4294625>
+#if ! __LP64__ && ! NS_BUILD_32_LIKE_64
+#undef NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES
+#endif
+
#ifdef NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES
typedef struct CGPoint NSPoint;
#else
#include <iosfwd>
#endif
+// workaround for <rdar://problem/4294625>
+#if ! __LP64__ && ! NS_BUILD_32_LIKE_64
+#undef NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES
+#endif
+
#ifdef NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES
typedef struct CGSize NSSize;
#else