diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/win/DumpRenderTreeWin.h')
-rw-r--r-- | WebKitTools/DumpRenderTree/win/DumpRenderTreeWin.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/WebKitTools/DumpRenderTree/win/DumpRenderTreeWin.h b/WebKitTools/DumpRenderTree/win/DumpRenderTreeWin.h index 54dc697..45ce0dc 100644 --- a/WebKitTools/DumpRenderTree/win/DumpRenderTreeWin.h +++ b/WebKitTools/DumpRenderTree/win/DumpRenderTreeWin.h @@ -29,25 +29,6 @@ #ifndef DumpRenderTreeWin_h #define DumpRenderTreeWin_h -#undef _WIN32_WINNT -#define _WIN32_WINNT 0x0500 - -#undef WINVER -#define WINVER 0x0500 - -// If we don't define these, they get defined in windef.h. -// We want to use std::min and std::max -#undef max -#define max max -#undef min -#define min min - -#undef _WINSOCKAPI_ -#define _WINSOCKAPI_ // Prevent inclusion of winsock.h in windows.h - -// FIXME: we should add a config.h file for DumpRenderTree. -#define WTF_PLATFORM_CF 1 - struct IWebFrame; struct IWebPolicyDelegate; struct IWebView; |