From 1d0f67263072aba9bae42b1d0264eb210d961d37 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 3 Oct 2025 08:02:15 +0000 Subject: [PATCH] fix vulkan thing git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@134 b9cfdab3-6d41-4d17-bbe4-086880011989 --- src/widget/vulkan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widget/vulkan.c b/src/widget/vulkan.c index 971bec8..05510e8 100644 --- a/src/widget/vulkan.c +++ b/src/widget/vulkan.c @@ -26,7 +26,7 @@ #include #endif -#ifndef HAS_VK_ENUM_STRING_HELPER +#ifdef HAS_VK_ENUM_STRING_HELPER #include #endif @@ -53,7 +53,7 @@ MwVulkanConfig vulkan_config = { #endif // convienence macro for handling vulkan errors -#ifndef HAS_VK_ENUM_STRING_HELPER +#ifdef HAS_VK_ENUM_STRING_HELPER #define VK_CMD(func) \ vk_res = func; \ if(vk_res != VK_SUCCESS) { \