summaryrefslogtreecommitdiffstats
path: root/external/skia/fix-ddi.patch
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2019-10-12 16:48:26 +0200
committerLuboš Luňák <l.lunak@collabora.com>2019-11-27 09:55:05 +0100
commit736e7ceee814eac3689e588b5032fe29cc229bf7 (patch)
treed2108a54c03be28fb2f8cb086d36b22abed645c9 /external/skia/fix-ddi.patch
parentadd PCH to Skia (diff)
downloadcore-736e7ceee814eac3689e588b5032fe29cc229bf7.tar.gz
core-736e7ceee814eac3689e588b5032fe29cc229bf7.zip
build Skia also on Windows
Change-Id: Ic86aac42745c3241ce14235cc1b4f4adb39eba2d
Diffstat (limited to 'external/skia/fix-ddi.patch')
-rw-r--r--external/skia/fix-ddi.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/external/skia/fix-ddi.patch b/external/skia/fix-ddi.patch
new file mode 100644
index 000000000000..f827c1d69553
--- /dev/null
+++ b/external/skia/fix-ddi.patch
@@ -0,0 +1,9 @@
+--- skia/src/utils/win/SkDWriteNTDDI_VERSION.h.sav 2019-08-15 21:59:46.000000000 +0200
++++ skia/src/utils/win/SkDWriteNTDDI_VERSION.h 2019-09-26 15:30:36.395622200 +0200
+@@ -28,4 +28,6 @@
+ # endif
+ #endif
+
++#define NTDDI_VERSION 0x0A000002 // NTDDI_WIN10_RS1
++
+ #endif