summarylogtreecommitdiffstats
path: root/qtmultimedia-dont-use-case-sensitive-headers.patch
diff options
context:
space:
mode:
authorPhilip A Reimer2015-06-12 22:04:12 -0600
committerPhilip A Reimer2015-06-12 22:04:12 -0600
commit97a3a24ab1082b09e41dcb4c847d4d551ffc3c78 (patch)
tree335e8e56a3f8e6ea4d58dbc957c2b5ef0fe8cfe3 /qtmultimedia-dont-use-case-sensitive-headers.patch
downloadaur-97a3a24ab1082b09e41dcb4c847d4d551ffc3c78.tar.gz
Initial import
Diffstat (limited to 'qtmultimedia-dont-use-case-sensitive-headers.patch')
-rw-r--r--qtmultimedia-dont-use-case-sensitive-headers.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/qtmultimedia-dont-use-case-sensitive-headers.patch b/qtmultimedia-dont-use-case-sensitive-headers.patch
new file mode 100644
index 000000000000..06cbb3799c22
--- /dev/null
+++ b/qtmultimedia-dont-use-case-sensitive-headers.patch
@@ -0,0 +1,22 @@
+--- qtmultimedia-opensource-src-5.2.0-rc1/config.tests/wshellitem/main.cpp.orig 2013-11-21 11:29:48.845013461 +0100
++++ qtmultimedia-opensource-src-5.2.0-rc1/config.tests/wshellitem/main.cpp 2013-11-21 11:29:55.980132333 +0100
+@@ -39,7 +39,7 @@
+ **
+ ****************************************************************************/
+
+-#include <ShlObj.h>
++#include <shlobj.h>
+
+ int main(int, char**)
+ {
+--- qtmultimedia-opensource-src-5.2.0-rc1/src/plugins/directshow/player/directshowmetadatacontrol.cpp.orig 2013-11-21 11:34:00.866215162 +0100
++++ qtmultimedia-opensource-src-5.2.0-rc1/src/plugins/directshow/player/directshowmetadatacontrol.cpp 2013-11-21 11:34:11.361390182 +0100
+@@ -57,7 +57,7 @@
+ #endif
+
+ #ifndef QT_NO_SHELLITEM
+-#include <ShlObj.h>
++#include <shlobj.h>
+ #include <propkeydef.h>
+ #include <private/qsystemlibrary_p.h>
+