Define CF as platform for mac and revert r28409
* DumpRenderTree/DumpRenderTree.h:
* DumpRenderTree/mac/DumpRenderTreeMac.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28419
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-04 Sam Weinig <sam@webkit.org>
+
+ Rubber stamped by Mark Rowe.
+
+ Define CF as platform for mac and revert r28409
+
+ * DumpRenderTree/DumpRenderTree.h:
+ * DumpRenderTree/mac/DumpRenderTreeMac.h:
+
2007-12-04 Sam Weinig <sam@webkit.org>
Define CF as platform for windows.
2007-12-04 Sam Weinig <sam@webkit.org>
Define CF as platform for windows.
#include "DumpRenderTreeGtk.h"
#endif
#include "DumpRenderTreeGtk.h"
#endif
-#if PLATFORM(CF) || PLATFORM(MAC) || PLATFORM(WIN)
#include <CoreFoundation/CoreFoundation.h>
extern CFRunLoopTimerRef waitToDumpWatchdog;
#endif
#include <CoreFoundation/CoreFoundation.h>
extern CFRunLoopTimerRef waitToDumpWatchdog;
#endif
#ifndef DumpRenderTreeMac_h
#define DumpRenderTreeMac_h
#ifndef DumpRenderTreeMac_h
#define DumpRenderTreeMac_h
+// FIXME: we should add a config.h file for DumpRenderTree.
+#define WTF_PLATFORM_CF 1
+
@class DumpRenderTreeDraggingInfo;
@class NavigationController;
@class PolicyDelegate;
@class DumpRenderTreeDraggingInfo;
@class NavigationController;
@class PolicyDelegate;