Title: [145011] trunk/WebKitLibraries
Revision
145011
Author
jer.no...@apple.com
Date
2013-03-06 17:16:03 -0800 (Wed, 06 Mar 2013)

Log Message

Unreviewed build fix.  Add ENABLE_CURSOR_VISIBILITY to the list of FEATURE_DEFINES for
(non-Cairo) Windows builds.

* win/tools/vsprops/FeatureDefines.vsprops:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (145010 => 145011)


--- trunk/WebKitLibraries/ChangeLog	2013-03-07 01:15:54 UTC (rev 145010)
+++ trunk/WebKitLibraries/ChangeLog	2013-03-07 01:16:03 UTC (rev 145011)
@@ -1,3 +1,10 @@
+2013-03-06  Jer Noble  <jer.no...@apple.com>
+
+        Unreviewed build fix.  Add ENABLE_CURSOR_VISIBILITY to the list of FEATURE_DEFINES for
+        (non-Cairo) Windows builds.
+
+        * win/tools/vsprops/FeatureDefines.vsprops:
+
 2013-03-05  Kiran Muppala  <cmupp...@apple.com>
 
         Remove deprecated process suppression assertion SPI from WebKitSystemInterface

Modified: trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops (145010 => 145011)


--- trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops	2013-03-07 01:15:54 UTC (rev 145010)
+++ trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops	2013-03-07 01:16:03 UTC (rev 145011)
@@ -112,6 +112,11 @@
 		PerformEnvironmentSet="true"
 	/>
   <UserMacro
+		Name="ENABLE_CURSOR_VISIBILITY"
+		Value="ENABLE_CURSOR_VISIBILITY"
+		PerformEnvironmentSet="true"
+	/>
+  <UserMacro
 		Name="ENABLE_CUSTOM_SCHEME_HANDLER"
 		Value=""
 		PerformEnvironmentSet="true"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to