From 9d6f8e88b27268add7cbf7c33c9e1cbbb20c1738 Mon Sep 17 00:00:00 2001 From: Alexandre Bouvier Date: Wed, 2 Aug 2023 00:04:39 +0200 Subject: vulkan: centralize config --- src/video_core/vulkan_common/vulkan_wrapper.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/video_core/vulkan_common/vulkan_wrapper.h') diff --git a/src/video_core/vulkan_common/vulkan_wrapper.h b/src/video_core/vulkan_common/vulkan_wrapper.h index 3089c3d41..c226a2a29 100644 --- a/src/video_core/vulkan_common/vulkan_wrapper.h +++ b/src/video_core/vulkan_common/vulkan_wrapper.h @@ -15,14 +15,6 @@ #include "common/common_types.h" #include "video_core/vulkan_common/vulkan.h" -// Sanitize macros -#ifdef CreateEvent -#undef CreateEvent -#endif -#ifdef CreateSemaphore -#undef CreateSemaphore -#endif - #ifdef _MSC_VER #pragma warning(disable : 26812) // Disable prefer enum class over enum #endif -- cgit v1.2.3