forked from pool/nodejs-electron
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=220
15 lines
438 B
Diff
15 lines
438 B
Diff
--- 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:50:06.831979165 +0200
|
|
@@ -16,6 +16,11 @@
|
|
# include <vulkan/vulkan.h>
|
|
#endif
|
|
|
|
+// braindead change https://chromium-review.googlesource.com/c/angle/angle/+/5273491
|
|
+#undef Success
|
|
+#undef None
|
|
+#undef Always
|
|
+
|
|
#if !defined(ANGLE_SHARED_LIBVULKAN)
|
|
|
|
namespace rx
|