Blame patches/xwin/propertystore.patch

Lucio Andrés Illanes Albornoz 15b8a3
--- xorg-server-1.20.1.orig/hw/xwin/propertystore.h	2018-08-07 18:31:04.000000000 +0200
Lucio Andrés Illanes Albornoz 15b8a3
+++ xorg-server-1.20.1/hw/xwin/propertystore.h	2018-08-26 00:11:27.888563954 +0200
Lucio Andrés Illanes Albornoz 15b8a3
@@ -26,7 +26,7 @@
Lucio Andrés Illanes Albornoz 15b8a3
 
Lucio Andrés Illanes Albornoz 15b8a3
 #include <windows.h>
Lucio Andrés Illanes Albornoz 15b8a3
 
Lucio Andrés Illanes Albornoz 15b8a3
-#ifdef __MINGW64_VERSION_MAJOR
Lucio Andrés Illanes Albornoz 15b8a3
+#if defined(__MINGW64_VERSION_MAJOR) || defined(__midipix__)
Lucio Andrés Illanes Albornoz 15b8a3
 /* If we are using headers from mingw-w64 project, it provides the PSDK headers this needs ... */
Lucio Andrés Illanes Albornoz 15b8a3
 #include <propkey.h>
Lucio Andrés Illanes Albornoz 15b8a3
 #include <propsys.h>