From f6c2a0f81340a0efd10e286a3cbe33e1b564a11b Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 9 Mar 2022 15:59:40 -0800 Subject: gfx: restructure render-vk.cpp (#2157) Co-authored-by: Yong He --- tools/gfx/vulkan/vk-module.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/gfx/vulkan/vk-module.h') diff --git a/tools/gfx/vulkan/vk-module.h b/tools/gfx/vulkan/vk-module.h index f07f02b72..5e67a0a7f 100644 --- a/tools/gfx/vulkan/vk-module.h +++ b/tools/gfx/vulkan/vk-module.h @@ -15,6 +15,14 @@ #include +// Undef xlib macros +#ifdef Always +# undef Always +#endif +#ifdef None +# undef None +#endif + namespace gfx { struct VulkanModule -- cgit v1.2.3