summaryrefslogtreecommitdiffhomepage
path: root/patches/xwin/propertystore.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-08-26 16:50:23 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-08-26 16:50:23 +0000
commit15b8a363b74aabbdb42ab545f35087e832284fdf (patch)
treea43fe25861237ddebb407863ed5d9bb318fe0078 /patches/xwin/propertystore.patch
parent9c8846312c57ce85dc664edec460dc23ec345f4c (diff)
downloadmidipix_build-15b8a363b74aabbdb42ab545f35087e832284fdf.tar.bz2
midipix_build-15b8a363b74aabbdb42ab545f35087e832284fdf.tar.xz
patches/xwin/*.patch: via Redfoxmoon.
Diffstat (limited to 'patches/xwin/propertystore.patch')
-rw-r--r--patches/xwin/propertystore.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/xwin/propertystore.patch b/patches/xwin/propertystore.patch
new file mode 100644
index 00000000..38c3281e
--- /dev/null
+++ b/patches/xwin/propertystore.patch
@@ -0,0 +1,11 @@
+--- xorg-server-1.20.1.orig/hw/xwin/propertystore.h 2018-08-07 18:31:04.000000000 +0200
++++ xorg-server-1.20.1/hw/xwin/propertystore.h 2018-08-26 00:11:27.888563954 +0200
+@@ -26,7 +26,7 @@
+
+ #include <windows.h>
+
+-#ifdef __MINGW64_VERSION_MAJOR
++#if defined(__MINGW64_VERSION_MAJOR) || defined(__midipix__)
+ /* If we are using headers from mingw-w64 project, it provides the PSDK headers this needs ... */
+ #include <propkey.h>
+ #include <propsys.h>