summarylogtreecommitdiffstats
path: root/001-build-fix.patch
diff options
context:
space:
mode:
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 @@