Title: [149227] trunk/WebKitLibraries
Revision
149227
Author
roger_f...@apple.com
Date
2013-04-26 17:38:30 -0700 (Fri, 26 Apr 2013)

Log Message

Disable sub-pixel-layout on Apple Windows port, VS2005 edition.

* win/tools/vsprops/FeatureDefines.vsprops:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (149226 => 149227)


--- trunk/WebKitLibraries/ChangeLog	2013-04-27 00:35:41 UTC (rev 149226)
+++ trunk/WebKitLibraries/ChangeLog	2013-04-27 00:38:30 UTC (rev 149227)
@@ -1,5 +1,11 @@
 2013-04-26  Roger Fong  <roger_f...@apple.com>
 
+        Disable sub-pixel-layout on Apple Windows port, VS2005 edition.
+
+        * win/tools/vsprops/FeatureDefines.vsprops:
+
+2013-04-26  Roger Fong  <roger_f...@apple.com>
+
         Disable sub-pixel-layout on Apple Windows port.
 
         * win/tools/vsprops/FeatureDefines.props:

Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops (149226 => 149227)


--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops	2013-04-27 00:35:41 UTC (rev 149226)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops	2013-04-27 00:38:30 UTC (rev 149227)
@@ -363,7 +363,7 @@
 	/>
   <UserMacro
 		Name="ENABLE_SUBPIXEL_LAYOUT"
-		Value="ENABLE_SUBPIXEL_LAYOUT"
+		Value=""
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to