diff -u -r webkitgtk-2.13.4.orig/Source/WTF/config.h webkitgtk-2.13.4/Source/WTF/config.h — webkitgtk-2.13.4.orig/Source/WTF/config.h 2016-07-20 12:15:23.000000000 +0000 +++ webkitgtk-2.13.4/Source/WTF/config.h 2016-08-16 15:18:55.115009421 +0000 @@ -28,13 +28,11 @@

#if OS(WINDOWS)

-#ifndef _WIN32_WINNT +#undef _WIN32_WINNT

#define _WIN32_WINNT 0x601

-#endif

-#ifndef WINVER +#undef WINVER

#define WINVER 0x0601

-#endif

#if !COMPILER(MSVC7_OR_LOWER)
// We need to define this before the first #include of stdlib.h or it won't contain rand_s.

diff -u -r webkitgtk-2.13.4.orig/Tools/CMakeLists.txt webkitgtk-2.13.4/Tools/CMakeLists.txt — webkitgtk-2.13.4.orig/Tools/CMakeLists.txt 2016-07-20 12:15:24.000000000 +0000 +++ webkitgtk-2.13.4/Tools/CMakeLists.txt 2016-08-16 14:42:28.938336932 +0000 @@ -40,7 +40,7 @@

if (WIN32)

+# add_subdirectory(DumpRenderTree) +# add_subdirectory(TestWebKitAPI) +# add_subdirectory(MiniBrowser/win)

endif ()

if (ENABLE_WEBKIT2 AND ENABLE_API_TESTS)