Title: [148230] trunk/Tools
Revision
148230
Author
[email protected]
Date
2013-04-11 13:22:34 -0700 (Thu, 11 Apr 2013)

Log Message

[GTK] Windows build failure after r136056
https://bugs.webkit.org/show_bug.cgi?id=114121

Patch by Kalev Lember <[email protected]> on 2013-04-11
Reviewed by Martin Robinson.

* TestWebKitAPI/config.h: Make sure defines are correct for other
Windows ports than apple-win.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (148229 => 148230)


--- trunk/Tools/ChangeLog	2013-04-11 20:14:45 UTC (rev 148229)
+++ trunk/Tools/ChangeLog	2013-04-11 20:22:34 UTC (rev 148230)
@@ -1,3 +1,13 @@
+2013-04-11  Kalev Lember  <[email protected]>
+
+        [GTK] Windows build failure after r136056
+        https://bugs.webkit.org/show_bug.cgi?id=114121
+
+        Reviewed by Martin Robinson.
+
+        * TestWebKitAPI/config.h: Make sure defines are correct for other
+        Windows ports than apple-win.
+
 2013-04-11  Ojan Vafai  <[email protected]>
 
         Remove myself from watchlists.

Modified: trunk/Tools/TestWebKitAPI/config.h (148229 => 148230)


--- trunk/Tools/TestWebKitAPI/config.h	2013-04-11 20:14:45 UTC (rev 148229)
+++ trunk/Tools/TestWebKitAPI/config.h	2013-04-11 20:22:34 UTC (rev 148230)
@@ -45,7 +45,7 @@
 #endif
 #endif
 
-#elif defined(WIN32) || defined(_WIN32)
+#elif PLATFORM(WIN)
 
 #ifndef NOMINMAX
 #define NOMINMAX
@@ -64,7 +64,7 @@
 #undef WTF_USE_CURL
 #endif
 
-#endif
+#endif // PLATFORM(WIN)
 
 #include <stdint.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to