summarylogtreecommitdiffstats
path: root/001-build-fix.patch
diff options
context:
space:
mode:
authorluigoalma2020-01-29 17:22:05 +0000
committerluigoalma2020-01-29 17:22:05 +0000
commit0bdf5f5f14ed4837c690551013653cc2f6c7c8b6 (patch)
tree5a5cefceb557ac3d9b74ac7266dde4bfb6b4a79a /001-build-fix.patch
parenteda49ab050c57e3e516e242f20e6315a64d2d942 (diff)
downloadaur-0bdf5f5f14ed4837c690551013653cc2f6c7c8b6.tar.gz
Vulkan loader 1.2.131
Updated along changes for 1.1.127 made in the MINGW-packages repo on the mingw-w64-vulkan-loader package, and updated it for 1.2.131.
Diffstat (limited to '001-build-fix.patch')
-rw-r--r--001-build-fix.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/001-build-fix.patch b/001-build-fix.patch
index 4d185e5cbc31..944e7500cbc1 100644
--- a/001-build-fix.patch
+++ b/001-build-fix.patch
@@ -11,7 +11,7 @@
endif()
--- a/loader/loader.c 2018-05-16 14:03:52.750814700 +0300
+++ b/loader/loader.c 2018-05-16 14:04:08.631642600 +0300
-@@ -613,6 +613,10 @@
+@@ -672,6 +672,10 @@
//
// *reg_data contains a string list of filenames as pointer.
// When done using the returned string list, the caller should free the pointer.
@@ -19,9 +19,9 @@
+#define CM_GETIDLIST_FILTER_PRESENT 0x00000100
+#define CM_GETIDLIST_FILTER_CLASS 0x00000200
+#endif
- VkResult loaderGetDeviceRegistryFiles(const struct loader_instance *inst, char **reg_data, PDWORD reg_data_size, LPCTSTR value_name) {
+ VkResult loaderGetDeviceRegistryFiles(const struct loader_instance *inst, char **reg_data, PDWORD reg_data_size,
+ LPCSTR value_name) {
static const wchar_t *softwareComponentGUID = L"{5c4c3332-344d-483c-8739-259e934c9cc8}";
- static const wchar_t *displayGUID = L"{4d36e968-e325-11ce-bfc1-08002be10318}";
--- a/loader/loader.rc
+++ b/loader/loader.rc
@@ -43,8 +43,6 @@