File BlobCache-Success.patch of Package nodejs-electron
--- src/third_party/angle/src/common/vulkan/vk_headers.h.orig 2025-08-15 17:33:15.429396781 +0200
+++ src/third_party/angle/src/common/vulkan/vk_headers.h 2025-08-15 21:42:41.534691644 +0200
@@ -10,6 +10,9 @@
#ifndef LIBANGLE_RENDERER_VULKAN_VK_HEADERS_H_
#define LIBANGLE_RENDERER_VULKAN_VK_HEADERS_H_
+//Work around for conflicting definition of "Success"
+#include "libANGLE/BlobCache.h"
+
#if ANGLE_SHARED_LIBVULKAN
# include <volk.h>
#else
--- src/third_party/angle/src/common/vulkan/vk_headers.h.orig 2025-08-15 17:33:15.429396781 +0200
+++ src/third_party/angle/src/common/vulkan/vk_headers.h 2025-08-15 21:45:06.096818856 +0200
@@ -10,6 +10,11 @@
#ifndef LIBANGLE_RENDERER_VULKAN_VK_HEADERS_H_
#define LIBANGLE_RENDERER_VULKAN_VK_HEADERS_H_
+//Work around for conflicting definition of "Success"
+#include "libANGLE/BlobCache.h"
+//and "None"
+#include "libANGLE/renderer/vulkan/vk_cache_utils.h"
+
#if ANGLE_SHARED_LIBVULKAN
# include <volk.h>
#else